1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-21 23:35:05 +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;
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);
}