Fixed full screen toggle so it stays in place when the page is scrolled
This commit is contained in:
parent
348399d61b
commit
84cd245462
|
@ -1,7 +1,7 @@
|
|||
/* Fullscreen */
|
||||
#main-content {}
|
||||
#main-content.fullscreen {padding-top:15px;}
|
||||
#toggle-fullscreen {position:absolute;bottom:0px;right:0px;opacity:.5;padding:5px;cursor:pointer;}
|
||||
#toggle-fullscreen {position:fixed;bottom:0px;right:0px;opacity:.5;padding:5px;cursor:pointer;}
|
||||
#toggle-fullscreen:hover {opacity:1;}
|
||||
/* End Fullscreen */
|
||||
|
||||
|
|
Loading…
Reference in New Issue