Fix: Desktop-Scroll — overflow-y:visible auf #page-content ab 768px, SW by-v536
This commit is contained in:
parent
5a6ca5496b
commit
f01b0b228d
3 changed files with 4 additions and 2 deletions
|
|
@ -31,6 +31,8 @@
|
|||
}
|
||||
#page-content {
|
||||
min-height: unset;
|
||||
overflow-y: visible; /* window scrollt auf Desktop */
|
||||
overflow-x: visible;
|
||||
padding-bottom: 0;
|
||||
padding-left: var(--nav-sidebar-width);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue