1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 05:09:14 +00:00

body: disable overflow

This commit is contained in:
Andrew Dolgov
2014-11-03 10:54:54 +03:00
parent d9c93ebfdb
commit 2f43089de1

View File

@@ -7,6 +7,10 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body {
font-size: 14px;
}
body#ttrssMain {
overflow : hidden;
}
div.postReply {
padding : 0px;
}