mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix slightly overflowing drawer (on the screen right edge)
This commit is contained in:
parent
e1e7dbf2e1
commit
3cd2cb1c63
@ -82,7 +82,7 @@ body {
|
||||
|
||||
.right-sticky-section.sticky-section {
|
||||
right: 0;
|
||||
width: 50px;
|
||||
width: 47px;
|
||||
|
||||
-webkit-transition: all 200ms ease-out;
|
||||
-moz-transition: all 200ms ease-out;
|
||||
|
Loading…
Reference in New Issue
Block a user