Fix slightly overflowing drawer (on the screen right edge)
This commit is contained in:
parent
e1e7dbf2e1
commit
3cd2cb1c63
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue