use position:fixed for notify

This commit is contained in:
Andrew Dolgov 2014-11-05 09:18:41 +03:00
parent 2f43089de1
commit 343eb77096
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
body#ttrssMain { body#ttrssMain {
overflow : hidden; overflow : hidden;
max-height : 100%;
} }
div.postReply { div.postReply {
@ -161,7 +162,7 @@ a:hover {
left : 0px; left : 0px;
border-width : 1px 0px 0px 0px; border-width : 1px 0px 0px 0px;
border-style : solid; border-style : solid;
position : absolute; position : fixed;
font-size : 12px; font-size : 12px;
z-index : 99; z-index : 99;
padding : 5px; padding : 5px;