From 8bdc8762dae8999310a338834016782577a6c5fd Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Thu, 8 Sep 2022 16:13:44 +0300 Subject: [PATCH] [SSE mobile] Fix Bug 58642 --- .../mobile/src/less/app-ios.less | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apps/spreadsheeteditor/mobile/src/less/app-ios.less b/apps/spreadsheeteditor/mobile/src/less/app-ios.less index aac8851ed..ae6b7a373 100644 --- a/apps/spreadsheeteditor/mobile/src/less/app-ios.less +++ b/apps/spreadsheeteditor/mobile/src/less/app-ios.less @@ -20,4 +20,20 @@ .tooltip-cell-data { border-radius: 4px; } + + .all-list.popover { + .view { + border-radius: var(--f7-popover-border-radius); + } + .page-content { + border-radius: var(--f7-popover-border-radius); + + & > .list:last-child { + margin-bottom: 0; + } + } + .list { + overflow: hidden; + } + } }