1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +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',
BarChart: 'dicon-chart-bar-33',
Blocks: 'dicon-menu-6',
BookmarkSolid: 'dicon-bookmark-2',
BookmarkSolid: 'dicon-bookmark',
BookmarkAdd: 'dicon-bookmark-add',
BookmarkDelete: 'dicon-bookmark-delete',
ButtonAction: 'dicon-button-2',

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;