diff --git a/apps/documenteditor/mobile/src/less/app.less b/apps/documenteditor/mobile/src/less/app.less index 8f9fb566d..3a1c0d9b4 100644 --- a/apps/documenteditor/mobile/src/less/app.less +++ b/apps/documenteditor/mobile/src/less/app.less @@ -215,11 +215,12 @@ } } -.navigation-sheet { +.sheet-modal.navigation-sheet { box-shadow: 0px -2px 20px rgba(0, 0, 0, 0.2); overflow: hidden; .sheet-modal-inner { background: @background-tertiary; + overflow-y: auto; } &.sheet-modal-bottom:before, &.sheet-modal:not(.sheet-modal-top):before { display: none; @@ -324,3 +325,4 @@ color: @brandColor; } } +