diff --git a/assets/css/_common/components/third-party/search.scss b/assets/css/_common/components/third-party/search.scss index e88eec0..d9a3e6a 100644 --- a/assets/css/_common/components/third-party/search.scss +++ b/assets/css/_common/components/third-party/search.scss @@ -13,7 +13,7 @@ transition: visibility .4s, background .4s; visibility: hidden; width: 100%; - z-index: $zindex-4; + z-index: $zindex-4; .search-active & { background: rgba(0, 0, 0, .3); diff --git a/assets/css/_common/components/tool-buttons.scss b/assets/css/_common/components/tool-buttons.scss index 0fc3c1f..ae29f0b 100644 --- a/assets/css/_common/components/tool-buttons.scss +++ b/assets/css/_common/components/tool-buttons.scss @@ -1,9 +1,8 @@ .tool-buttons { @include sidebar-toggle(); - background: var(--body-bg-color); + background: none; bottom: 55px; - z-index: 100; filter: alpha(opacity=0); font-size: 12px;