mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-03-22 06:48:11 +00:00
Merge pull request #4615 from A1Asriel/master
Fix column breaks on Firefox
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
}
|
||||
&-corner { visibility : hidden; }
|
||||
}
|
||||
|
||||
@supports (break-after:always) {
|
||||
.columnSplit {
|
||||
margin-bottom: 100vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pane { position : relative; }
|
||||
@@ -81,4 +87,5 @@
|
||||
}
|
||||
}
|
||||
.headerNav { visibility : hidden; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user