Fixed the position of footer in the css.
(cherry picked from commit 6f9d9e49ec
)
This commit is contained in:
parent
27d8f89a7c
commit
d52ed2500d
pandora_console/include/styles
|
@ -354,6 +354,10 @@ div#foot {
|
|||
height: 30px;
|
||||
clear: both;
|
||||
width: auto;
|
||||
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
#ver {
|
||||
margin-bottom: 25px;
|
||||
|
|
Loading…
Reference in New Issue