From b2fc41911ab9092f01f97c451255ae3e5ad1e10f Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Wed, 29 Jun 2022 19:10:40 +0400 Subject: [PATCH] [DE mobile] Fix Bug 57859 --- apps/documenteditor/mobile/src/less/app.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; } } +