diff --git a/stashr/static/css/stashr.css b/stashr/static/css/stashr.css index 6de1e6c..0d3c131 100644 --- a/stashr/static/css/stashr.css +++ b/stashr/static/css/stashr.css @@ -31,7 +31,7 @@ ul { list-style-type: none; } .stashr-poster_wrapper { position:relative; overflow:hidden; } .stashr-link { text-decoration: none; } .stashr-button_container {position:fixed;bottom:10;right:10;opacity:.7;z-index:999;} -.stashr-menu_button {position:fixed;bottom:0;border-top-right-radius:25%;border-bottom-right-radius:25%;z-index:999;} +.stashr-menu_button {position:absolute;bottom:0;border-top-right-radius:25%;border-bottom-right-radius:25%;z-index:999;} .stashr-reader { background:black; } .new-stashr-button_container { opacity:.7; }