1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-21 06:48:04 +00:00

Fixed layout and overflow

This commit is contained in:
2023-01-17 16:22:49 +01:00
parent 1d200db534
commit 928b4d229c
6 changed files with 24 additions and 8 deletions

View File

@ -70,6 +70,9 @@
padding: 0 0.5rem;
display: flex;
align-items: stretch;
overflow: auto;
min-height: 0;
min-width: 0;
}
.container > :global(*) {
width: 100%;