mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-28 11:25:25 +03:00
🐛 Fixes Firefox bug, broken height on config container
This commit is contained in:
parent
0926d45f50
commit
309c249e9a
@ -331,6 +331,7 @@ p.small-screen-note {
|
||||
height: -webkit-fill-available;
|
||||
height: -moz-available;
|
||||
height: stretch;
|
||||
height: 100%; // Firefox
|
||||
}
|
||||
|
||||
.tab-item {
|
||||
|
Loading…
Reference in New Issue
Block a user