Fix slightly overflowing drawer (on the screen right edge)

This commit is contained in:
Vince 2013-06-23 14:46:25 +02:00
parent e1e7dbf2e1
commit 3cd2cb1c63

View File

@ -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;