forked from MapComplete/MapComplete
Fix: use correct overflow
This commit is contained in:
parent
1ae2ed44e6
commit
c668698b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
||||||
background: var(--background-color);
|
background: var(--background-color);
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
overflow-y: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
:global(.sidebar-unit > h3) {
|
:global(.sidebar-unit > h3) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue