Skip to content

Commit 5791fc1

Browse files
committed
fix: filter display on mobile viewports
1 parent fcc81e2 commit 5791fc1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

static/styles/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
color: var(--rh-color-text-secondary);
6464
}
6565

66+
[hidden] {
67+
display: none !important;
68+
}
69+
6670
.visually-hidden {
6771
border: 0;
6872
clip: rect(0, 0, 0, 0);

0 commit comments

Comments
 (0)