mirror of
https://github.com/miniflux/v2.git
synced 2025-07-02 16:38:37 +00:00
fix(ui): remove touch-action style because it could cause horizontal scrolling issue
This commit is contained in:
parent
e643effefa
commit
bf399fa56e
2 changed files with 1 additions and 2 deletions
|
@ -1023,7 +1023,6 @@ article.category-has-unread {
|
|||
color: var(--entry-content-color);
|
||||
line-height: 1.4em;
|
||||
overflow-wrap: break-word;
|
||||
touch-action: pan-y pinch-zoom;
|
||||
}
|
||||
|
||||
.entry-content h1, h2, h3, h4, h5, h6 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue