less cleanup + use @body-bg

main
psychobunny 10 years ago
parent d919bd3059
commit a35b220e83

@ -1,30 +1,20 @@
@media (max-width: 980px) { @media (max-width: 980px) {
body { html {
height: 100%; height: 100%;
padding-top: 0; overflow-y: hidden;
}
.header {
position: fixed;
top: 0px;
z-index: 5;
#main-page-title {
bottom: -31px;
font-size: 20px;
color: #FFF;
left: 52px;
font-weight: 400;
} }
#user_label { body {
right: 0px; height: 100%;
bottom: 7px; padding-top: 0;
overflow-y: scroll;
overflow-x: hidden;
} }
#main-menu { #panel {
display: none; background: @body-bg;
} min-height: 100%;
padding-top: 80px;
} }
#menu { #menu {
@ -77,12 +67,6 @@
} }
} }
#panel {
background: white;
min-height: 100%;
padding-top: 80px;
}
.slideout-menu { .slideout-menu {
position: fixed; position: fixed;
left: auto; left: auto;
@ -96,7 +80,6 @@
display: none; display: none;
} }
.slideout-panel { .slideout-panel {
position: relative; position: relative;
z-index: 1; z-index: 1;
@ -113,18 +96,8 @@
display: block; display: block;
} }
html {
height: 100%;
overflow-y: hidden;
}
.slideout-open { .slideout-open {
overflow-y: hidden; overflow-y: hidden;
height: 100%; height: 100%;
} }
body {
overflow-y: scroll;
overflow-x: hidden;
}
} }
Loading…
Cancel
Save