From bf1c886f3ac3c716844ffe322900f5bad9171447 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Wed, 21 Apr 2021 02:39:24 +0200 Subject: [PATCH] BUGFIX removed weird overflow from editor --- src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.css b/src/App.css index a4d12d5..3771807 100644 --- a/src/App.css +++ b/src/App.css @@ -194,6 +194,7 @@ button.choosen:after { position: relative; width: 36vh; height: 36vh; + transform: translate(0.1px, 0.1px); } .Editor .hashtag{ pointer-events: none; @@ -202,5 +203,6 @@ button.choosen:after { left: 0; width: 100%; height: 100%; + transform: translate(0.1px, 0.1px); }