Fix short lane context menu clipping

This commit is contained in:
Mattias Granlund 2024-01-23 21:06:10 +01:00
parent 0d266467ad
commit 8671249176

View File

@ -57,6 +57,7 @@
flex-direction: column; flex-direction: column;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
height: 100%;
} }
.viewport { .viewport {
height: 100%; height: 100%;