diff --git a/public/styles/style-bootstrap.css b/public/styles/style-bootstrap.css index d28d5f2c..4446be0f 100644 --- a/public/styles/style-bootstrap.css +++ b/public/styles/style-bootstrap.css @@ -472,16 +472,13 @@ body { } #footer { - -ms-grid-column: 2; - -ms-grid-row: 4; - grid-area: footer; - clear: both; - overflow: auto; + position: fixed; + bottom: 0; + left: 0; width: 100%; - text-align: center; background-color: #113962; - padding-top: 5px; - padding-bottom: 5px; + padding: 5px 0; + text-align: center; } .fulldesk #footer { diff --git a/views/default3.handlebars b/views/default3.handlebars index affc06e8..992fbbf0 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -160,9 +160,6 @@

-
- Try the new MeshCentral UI -