Fix position of the rightside drawer with small screen

This commit is contained in:
yflory
2017-06-26 15:53:29 +02:00
parent 3076ade23a
commit c431041e3f
3 changed files with 3 additions and 3 deletions

View File

@@ -831,7 +831,7 @@ body {
.drawer-content {
position: absolute;
right:0px;
top:96px;
margin-top: 32px;
min-width: 50px;
background: white;
border: 1px solid black;