From: Andrew Dolgov Date: Wed, 5 Nov 2014 06:18:41 +0000 (+0300) Subject: use position:fixed for notify X-Git-Tag: 1.15~17 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=343eb770960a5922642e14b5db4da912116a5005 use position:fixed for notify --- diff --git a/css/tt-rss.css b/css/tt-rss.css index 8d692cfa..ca0284a6 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -9,6 +9,7 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body { body#ttrssMain { overflow : hidden; + max-height : 100%; } div.postReply { @@ -161,7 +162,7 @@ a:hover { left : 0px; border-width : 1px 0px 0px 0px; border-style : solid; - position : absolute; + position : fixed; font-size : 12px; z-index : 99; padding : 5px;