use position:fixed for notify
This commit is contained in:
parent
2f43089de1
commit
343eb77096
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue