1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 16:19:46 +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

File diff suppressed because one or more lines are too long

View file

@ -210,7 +210,7 @@ let constants = EmberObject.extend({
Attachment: 'dicon-attachment', Attachment: 'dicon-attachment',
BarChart: 'dicon-chart-bar-33', BarChart: 'dicon-chart-bar-33',
Blocks: 'dicon-menu-6', Blocks: 'dicon-menu-6',
BookmarkSolid: 'dicon-bookmark-2', BookmarkSolid: 'dicon-bookmark',
BookmarkAdd: 'dicon-bookmark-add', BookmarkAdd: 'dicon-bookmark-add',
BookmarkDelete: 'dicon-bookmark-delete', BookmarkDelete: 'dicon-bookmark-delete',
ButtonAction: 'dicon-button-2', ButtonAction: 'dicon-button-2',

View file

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