We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aa27a commit bf800d0Copy full SHA for bf800d0
client/src/components/Header/index.module.scss
@@ -137,17 +137,18 @@ $height: 64px;
137
}
138
139
.menuWrapper {
140
- background: transparent;
141
border: none;
142
display: flex;
143
align-items: flex-end;
144
min-width: 80px;
145
width: 100%;
146
height: 100%;
+ background-color: var(--bg-box);
147
.menu {
148
149
background-color: var(--bg-box);
150
height: calc(100% - 12px);
151
+ border: none;
152
153
154
0 commit comments