mirror of
https://github.com/zadam/trilium.git
synced 2026-07-08 11:52:27 +02:00
fix(collections): height affected due to collection properties
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.geo-map-container {
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
position: relative;
|
||||
height: 100%;
|
||||
user-select: none;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
.tabulator-tableholder {
|
||||
height: unset !important;
|
||||
|
||||
Reference in New Issue
Block a user