From 5b19d3a0a108988606be8497241d1f7e6af30a2c Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Wed, 7 Sep 2016 10:21:33 +1000 Subject: [PATCH] Explicit content box on CSS - Issue #9 --- res/outage.css | 1 + 1 file changed, 1 insertion(+) diff --git a/res/outage.css b/res/outage.css index d703444..2572bf7 100644 --- a/res/outage.css +++ b/res/outage.css @@ -1,4 +1,5 @@ .auth_outage_warningbar { + box-sizing: content-box; position: fixed; top: 0px; left: 0px;