[frio] Fix minimal layout
This commit is contained in:
parent
979230da27
commit
fdcdbe287e
|
@ -130,6 +130,15 @@ blockquote {
|
||||||
/*
|
/*
|
||||||
* standard page elements
|
* standard page elements
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
section.minimal {
|
||||||
|
top: 0px;
|
||||||
|
left: 0px;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
#back-to-top {
|
#back-to-top {
|
||||||
display: none;
|
display: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue