From 5c62bb7ed52772ee35222b3cc759b902d8ee50ac Mon Sep 17 00:00:00 2001 From: KodeStar Date: Mon, 5 Feb 2018 17:10:57 +0000 Subject: [PATCH] Changed buttons to be fixed to bottom rather than abolsutely positioned to app container --- public/css/app.css | 2 +- public/mix-manifest.json | 2 +- resources/assets/sass/_app.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 64d6050b..e9b1cfca 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -350,7 +350,7 @@ body { } #config-buttons { - position: absolute; + position: fixed; bottom: 0; right: 0; display: -webkit-box; diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 8e2099a7..1fa7d8eb 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,4 +1,4 @@ { - "/css/app.css": "/css/app.css?id=0fffc4ebd1580fd60924", + "/css/app.css": "/css/app.css?id=2102f4e7317cba78bff5", "/js/app.js": "/js/app.js?id=2dffa24cf7255229e085" } \ No newline at end of file diff --git a/resources/assets/sass/_app.scss b/resources/assets/sass/_app.scss index cad9f907..f687f6bb 100644 --- a/resources/assets/sass/_app.scss +++ b/resources/assets/sass/_app.scss @@ -83,7 +83,7 @@ body { } } #config-buttons { - position: absolute; + position: fixed; bottom: 0; right: 0; display:flex;