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 f3bb900 commit 88896b6Copy full SHA for 88896b6
src/stories/Blocks/header/header.scss
@@ -203,14 +203,12 @@
203
}
204
205
// The kebab casing conflicts with our naming convention.
206
-#header__overlay.visible {
207
- /* stylelint-disable-line */
+#header__overlay.visible { /* stylelint-disable-line */
208
display: grid;
209
210
211
212
-#header__overlay {
213
+#header__overlay { /* stylelint-disable-line */
214
display: none;
215
z-index: 5;
216
position: fixed;
@@ -244,8 +242,7 @@
244
242
245
243
246
247
-#header__menu--close {
248
+#header__menu--close { /* stylelint-disable-line */
249
250
padding: 30px;
251
0 commit comments