mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-16 15:09:01 +00:00
Merge pull request #100 from cytopia/DVL-012
WIP: DVL-012 Fix #97 Devilbox UI footer overlaps embedded tools
This commit is contained in:
commit
b7fd5a01e1
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user