Hide switch when n/a.
[wolnelektury.git] / src / wolnelektury / static / scss / book_text / menu.scss
index 1a55573..140b56a 100644 (file)
     @extend %menu-toggle;
     height: 24px;
     &:before {
-        left: 25px;
-        right: 25px;
+        left: 45px;
+        right: 45px;
     }
 }
 
 
 #menu {
     display: none;
-    width: 80px;
+    width: $W_MENU;
     height: 100%;
 }
 
@@ -65,6 +65,8 @@
     position: fixed;
     top: 0;
     left: 0;
+    overflow-x: hidden;
+    overflow-y: auto;
     text-align: center;
     line-height: 1.1em;
     background: #191919;