Remove obselete Firefox rule for the bar width

This commit is contained in:
Bryan Housel
2018-11-06 13:46:03 -05:00
parent c25a21226b
commit bd98b87d46
-9
View File
@@ -53,15 +53,6 @@ body {
transition-duration: 200ms;
}
/* Firefox has its own ideas about fixed positioning when a css filter is active - #4348 */
/* https://stackoverflow.com/questions/37949942/firefox-position-bug-by-parent-with-filter */
/* TODO: check whether this is necessary now with flexbox */
@-moz-document url-prefix() {
#content > #bar {
width: 100vw;
}
}
#defs {
/* Can't be display: none or the clippaths are ignored. */
position: absolute;