mirror of
https://github.com/zadam/trilium.git
synced 2026-02-05 21:34:23 +01:00
fix(collections): height affected due to collection properties
This commit is contained in:
parent
0c4de9a5e0
commit
f65aa1b875
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user