0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

Fix (kinda) Firefox column breaks

This commit is contained in:
Altair
2026-02-01 00:39:17 +03:00
committed by GitHub
parent b6a717d361
commit b30e44325e

View File

@@ -59,6 +59,12 @@
}
&-corner { visibility : hidden; }
}
@-moz-document url-prefix() {
.columnSplit {
margin-bottom: 100vh;
}
}
}
.pane { position : relative; }
@@ -81,4 +87,5 @@
}
}
.headerNav { visibility : hidden; }
}
}