Skip to content

Commit e5532fc

Browse files
committed
CSS to hide dev-toolbar on narrow screens
1 parent 5b7a688 commit e5532fc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/assets/stylesheets/application.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@
1616
:root {
1717
scroll-behavior: auto !important;
1818
}
19+
20+
@media (max-width: 576px) {
21+
#dev-toolbar {
22+
display: none !important;
23+
}
24+
}

0 commit comments

Comments
 (0)