mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-14 08:15:26 +00:00
🐛 Fixes Firefox bug, broken height on config container
This commit is contained in:
@@ -331,6 +331,7 @@ p.small-screen-note {
|
||||
height: -webkit-fill-available;
|
||||
height: -moz-available;
|
||||
height: stretch;
|
||||
height: 100%; // Firefox
|
||||
}
|
||||
|
||||
.tab-item {
|
||||
|
||||
Reference in New Issue
Block a user