Merge pull request #100 from cytopia/DVL-012

WIP: DVL-012 Fix #97 Devilbox UI footer overlaps embedded tools
This commit is contained in:
cytopia 2017-08-13 14:02:11 +02:00 committed by GitHub
commit b7fd5a01e1

View File

@ -71,7 +71,7 @@ html {
}
body {
/* Margin bottom by footer height */
margin-bottom: 80px;
margin-bottom: 80px !important;
}
.footer {
position: absolute;
@ -190,3 +190,6 @@ td.break-word {
#lang {
top: 53px !important;
}
.pages {
z-index:1000;
}