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; }