mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
BUGFIX removed weird overflow from editor
This commit is contained in:
parent
33e8da028d
commit
bf1c886f3a
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue