1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Make sidebar nav scroll vertically on height restricted displays

This commit is contained in:
Harvey Kandola 2019-01-13 11:59:13 +00:00
parent 2efd239d14
commit 317e9cbcaa
3 changed files with 775 additions and 773 deletions

View file

@ -36,6 +36,8 @@
justify-content: space-between;
flex-wrap: wrap;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
> .nav-options {
> .selected {
@ -160,7 +162,7 @@
flex-direction: column;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
flex-wrap: nowrap;
height: 100vh;
> .nav-options {
@ -176,7 +178,7 @@
}
> .meta {
padding-bottom: 30px;
padding-bottom: 35px;
> .logo {
display: block;