mirror of
https://github.com/zadam/trilium.git
synced 2025-02-25 15:35:43 +08:00
fixed relation map sizing issue
This commit is contained in:
parent
62a250a7fc
commit
05e9669eaf
2 changed files with 2 additions and 3 deletions
|
@ -5,9 +5,7 @@
|
|||
|
||||
#relation-map-wrapper {
|
||||
position: relative;
|
||||
overflow: hidden !important;
|
||||
height: 4000px; /* we need to set fixed dimentions. This number is probably enough to cover any screen */
|
||||
width: 4000px;
|
||||
height: 100%;
|
||||
outline: none; /* remove dotted outline on click */
|
||||
}
|
||||
|
||||
|
|
|
@ -76,6 +76,7 @@ body {
|
|||
position: relative;
|
||||
overflow: auto;
|
||||
flex-basis: content;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.note-detail-component {
|
||||
|
|
Loading…
Reference in a new issue