mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Hiding weird overflow on content pane.
This commit is contained in:
parent
229c6bef97
commit
15d7622868
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ a img {
|
|||
|
||||
.right-pane {
|
||||
display: none;
|
||||
overflow: auto !important;
|
||||
overflow-y: auto !important;
|
||||
overflow-x: hidden !important;
|
||||
}
|
||||
|
||||
/* ============= */
|
||||
|
|
Loading…
Add table
Reference in a new issue