Fixed full screen toggle so it stays in place when the page is scrolled

This commit is contained in:
Kevin Crider 2013-09-29 14:08:58 -04:00
parent 348399d61b
commit 84cd245462
1 changed files with 1 additions and 1 deletions

View File

@ -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 */