mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Make sidebar nav scroll vertically on height restricted displays
This commit is contained in:
parent
2efd239d14
commit
317e9cbcaa
3 changed files with 775 additions and 773 deletions
1540
embed/bindata.go
1540
embed/bindata.go
File diff suppressed because one or more lines are too long
|
@ -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',
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue