From c52800bc92dbf34a0a7b9a2bccc21fb36e791bfc Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Tue, 9 Apr 2024 01:44:47 +0300 Subject: [PATCH] Keep default header background --- app/assets/stylesheets/common.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index eac3f7417..900ade1b4 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -188,7 +188,6 @@ body.small-nav { flex-direction: column; height: auto; min-height: $headerHeight; - background: #fff; &.closed nav { display: none; -- 2.39.5