Changed buttons to be fixed to bottom rather than abolsutely positioned to app container

This commit is contained in:
KodeStar
2018-02-05 17:10:57 +00:00
parent 7867c7b3ca
commit 5c62bb7ed5
3 changed files with 3 additions and 3 deletions

2
public/css/app.css vendored
View File

@@ -350,7 +350,7 @@ body {
}
#config-buttons {
position: absolute;
position: fixed;
bottom: 0;
right: 0;
display: -webkit-box;

View File

@@ -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"
}

View File

@@ -83,7 +83,7 @@ body {
}
}
#config-buttons {
position: absolute;
position: fixed;
bottom: 0;
right: 0;
display:flex;