From bd98b87d460ad99fafcd79d14f813970514c4fe4 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Tue, 6 Nov 2018 13:46:03 -0500 Subject: [PATCH] Remove obselete Firefox rule for the bar width --- css/80_app.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/css/80_app.css b/css/80_app.css index 6515645dd..fd98de16b 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -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;