1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 15:55:08 +00:00

BUGFIX removed weird overflow from editor

This commit is contained in:
thomasrosen 2021-04-21 02:39:24 +02:00
parent 33e8da028d
commit bf1c886f3a

View file

@ -194,6 +194,7 @@ button.choosen:after {
position: relative; position: relative;
width: 36vh; width: 36vh;
height: 36vh; height: 36vh;
transform: translate(0.1px, 0.1px);
} }
.Editor .hashtag{ .Editor .hashtag{
pointer-events: none; pointer-events: none;
@ -202,5 +203,6 @@ button.choosen:after {
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
transform: translate(0.1px, 0.1px);
} }