src/ztfy/myams/resources/less/layout.less
changeset 182 681edeb5c6ef
parent 164 746cbce8ea00
child 206 02a40997d8cb
--- a/src/ztfy/myams/resources/less/layout.less	Thu Oct 06 17:07:35 2016 +0200
+++ b/src/ztfy/myams/resources/less/layout.less	Fri Oct 14 12:19:10 2016 +0200
@@ -609,6 +609,7 @@
 	z-index: 1002;
 	-webkit-transition: left .1s ease-out;
 	transition: left .1s ease-out;
+	overflow-y: auto;
 
 	@media (max-width:979px) {
 		left: -220px;
@@ -627,8 +628,8 @@
 		top: 5px;
 	}
 	.version {
-		position: absolute;
 		bottom: 2px;
+		margin-top: 40px;
 		width: 100%;
 		text-align: center;
 		font-size: 11px;
@@ -890,6 +891,7 @@
 	border-radius: 5px 0 0 5px;
 	cursor: pointer;
 	margin-top: 5px;
+	margin-bottom: 10px;
 	font-size: 19px;
 	-webkit-transition: all .1s linear 0s;
 	transition: all .1s linear 0s;
@@ -1107,6 +1109,10 @@
 		@media (max-width:979px) {
 			position: relative;
 			left: 210px;
+
+			.minified& {
+				left: 0;
+			}
 		}
 	}
 	#hide-menu {