1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-23 11:46:37 +02:00

use position:fixed for notify

This commit is contained in:
Andrew Dolgov 2014-11-05 09:18:41 +03:00
parent 2f43089de1
commit 343eb77096

View File

@ -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;