From a88147e5b06aa25876e1dc719344e286a769e50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 16 May 2024 12:17:36 +0200 Subject: [PATCH] MOBILE-4470 styles: Remove temporal fix on popovers --- src/theme/theme.base.scss | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/theme/theme.base.scss b/src/theme/theme.base.scss index 2223c7d5e..b7e12df4e 100644 --- a/src/theme/theme.base.scss +++ b/src/theme/theme.base.scss @@ -690,24 +690,6 @@ video::-webkit-media-text-track-display { white-space: normal !important; } -/* -* This is to solve popver issue in chrome 114 -* For more info see: https://github.com/ionic-team/ionic-framework/issues/27599 -*/ -[popover].popover-viewport { - display: initial; - position: initial; - margin: initial; - border: initial; - background: initial; - padding: initial; - width: initial; - height: initial; - overflow: initial; - inset: initial; - color: initial; -} - /** * https://github.com/ionic-team/ionic-framework/blob/6ffbdbb3b2b69290cf25753d535bc7483bd7c6e8/BREAKING.md#css-utilities */