From e65277717f9e9b5aadebbd7ba63347b254a204c5 Mon Sep 17 00:00:00 2001 From: iTTou <13366390+iTTou@users.noreply.github.com> Date: Thu, 28 Sep 2023 17:35:56 +0200 Subject: [PATCH] remove unnecessary css property --- WoWsShipBuilder.Common/wwwroot/css/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WoWsShipBuilder.Common/wwwroot/css/app.css b/WoWsShipBuilder.Common/wwwroot/css/app.css index 27ecd3e09..ccf58f2cb 100644 --- a/WoWsShipBuilder.Common/wwwroot/css/app.css +++ b/WoWsShipBuilder.Common/wwwroot/css/app.css @@ -256,7 +256,7 @@ div.mud-expand-panel { } .sticky-tabs-header .mud-tabs-toolbar { - position: sticky !important; - z-index: 10 !important; - top: 64px !important; + position: sticky; + z-index: 10; + top: 64px; }