summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-05 09:18:41 +0300
committerAndrew Dolgov <[email protected]>2014-11-05 09:18:41 +0300
commit343eb770960a5922642e14b5db4da912116a5005 (patch)
treed68b1bfce7d25027e62d5d0656ece9feb4ddfde2
parent2f43089de1ead3f164b8b31967d1abbb784319fa (diff)
use position:fixed for notify
-rw-r--r--css/tt-rss.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 8d692cfa5..ca0284a66 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;