portal: allow sidebar to scroll on smaller screens
This commit is contained in:
parent
d7091ead5a
commit
16bec7c269
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ body {
|
|||
z-index: 100; /* Behind the navbar */
|
||||
padding: 48px 0 0; /* Height of navbar */
|
||||
box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
|
||||
}
|
||||
|
||||
@media (max-width: 767.98px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue