mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fixing safari overflow bug.
This commit is contained in:
parent
1268989726
commit
e7fde59174
1 changed files with 7 additions and 1 deletions
|
@ -188,7 +188,13 @@ a img {
|
|||
|
||||
.left-pane {
|
||||
display: none;
|
||||
overflow: auto !important;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.left-center {
|
||||
display: none;
|
||||
overflow-x: hidden !important;
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
|
||||
.right-pane {
|
||||
|
|
Loading…
Add table
Reference in a new issue