body: disable overflow
This commit is contained in:
parent
d9c93ebfdb
commit
2f43089de1
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
body#ttrssMain {
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
div.postReply {
|
||||
padding : 0px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue