fix(collections): height affected due to collection properties

This commit is contained in:
Elian Doran 2026-01-31 12:41:52 +02:00
parent 0c4de9a5e0
commit f65aa1b875
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
overflow: hidden;
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
.geo-map-container {

View File

@ -3,6 +3,8 @@
position: relative;
height: 100%;
user-select: none;
display: flex;
flex-direction: column;
.tabulator-tableholder {
height: unset !important;