From 10c70a46a6220947b3fee95cb04524b34525178b Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Fri, 8 Jul 2022 15:44:00 +0200 Subject: [PATCH] Mobile: Do not allow rules from busypopup to affect snackbar Signed-off-by: Pedro Pinto Silva Change-Id: Ibb3d964f66ef7f18272207b2738708b451c2e1b0 --- browser/css/device-mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/css/device-mobile.css b/browser/css/device-mobile.css index 6ed580caa..3b3708886 100644 --- a/browser/css/device-mobile.css +++ b/browser/css/device-mobile.css @@ -802,7 +802,7 @@ td[id^='tb_spreadsheet-toolbar_item']:focus table.w2ui-button div.w2ui-icon, td[ /* busy popup */ -#mobile-wizard.popup { +#mobile-wizard.popup:not(.snackbar) { border-radius: 16px 16px 0 0; } #mobile-wizard.popup #mobile-wizard-content {