Browse Source

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

pull/11/head
KodeStar 7 years ago
parent
commit
5c62bb7ed5
  1. 2
      public/css/app.css
  2. 2
      public/mix-manifest.json
  3. 2
      resources/assets/sass/_app.scss

2
public/css/app.css

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

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

2
resources/assets/sass/_app.scss

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

Loading…
Cancel
Save