Skip to content

Commit c6610dd

Browse files
committed
fix lint error
1 parent 0ec0b38 commit c6610dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/header.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
html.is-clipped--navbar {
33
overflow-y: hidden;
44
}
5-
5+
66
/* NOTE workaround bug in Firefox mobile, which clips the html element to the original viewport height */
77
@supports (scrollbar-width: none) {
88
html.is-clipped--navbar {

0 commit comments

Comments
 (0)