From dc16ced786167fa6a209b3b7b450a6e8477bb3cf Mon Sep 17 00:00:00 2001 From: ArtemB Date: Tue, 12 Dec 2023 17:06:05 +0300 Subject: [PATCH] 0.0.325 hide scroll for mozilla --- static/css/styles(boris).css | 2 ++ static/css/styles.css | 1 + 2 files changed, 3 insertions(+) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index e1d7cab..104637f 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -2550,6 +2550,7 @@ position: absolute; top: 293px; transition: 0ms; + scrollbar-width: none; } @@ -2674,6 +2675,7 @@ height: calc(100vh - 95px); max-height: 697px; background: #F8F8F8; + scrollbar-width: none; } .menu_profile.background{ diff --git a/static/css/styles.css b/static/css/styles.css index 1b3f676..b59593b 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -557,6 +557,7 @@ header .header-first { height: 390px; box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20); z-index: 1; + top: 30px; } .dropdown-content.show{ display:block;