From 5426c5a0ef173df69820030c1ec913863f41451f Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Wed, 28 Mar 2018 22:57:52 -0700 Subject: [PATCH] fix sticky button in mobile Firefox --- scss/global.scss | 5 ----- templates/2xx.html | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/scss/global.scss b/scss/global.scss index 60c1564..cd2ce97 100644 --- a/scss/global.scss +++ b/scss/global.scss @@ -5,11 +5,6 @@ body { line-height: 1.4; color: var(--body-text-color); background: var(--body-bg); - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; } .container { diff --git a/templates/2xx.html b/templates/2xx.html index c338bec..8a32e17 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -17,7 +17,7 @@