mobile + js: min-height for content > sidebar hight
This commit is contained in:
parent
b7592db0de
commit
d0530116c5
9 changed files with 91 additions and 13 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
.togglelink {
|
||||
&.page_main-content {
|
||||
|
||||
@media @screen_max-md{
|
||||
display: none;
|
||||
}
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
bottom: -1px;
|
||||
|
@ -41,6 +45,9 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
@media @screen_max-md{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue