mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 19:49:02 +01:00
fix scroll on chromium
This commit is contained in:
parent
ec99b8449f
commit
9d20c6b279
1 changed files with 1 additions and 1 deletions
|
@ -1752,7 +1752,7 @@ padding: 3px;
|
||||||
<div>
|
<div>
|
||||||
<div style=" display: flex;
|
<div style=" display: flex;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
">
|
">
|
||||||
|
|
Loading…
Reference in a new issue