mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix sizing of toast since bootstrap 4.5.1
This commit is contained in:
parent
77a3bdce1f
commit
121c819b79
@ -640,6 +640,7 @@ a.external:not(.no-arrow):after, a[href^="http://"]:not(.no-arrow):after, a[href
|
|||||||
color: var(--main-text-color) !important;
|
color: var(--main-text-color) !important;
|
||||||
z-index: 9999999999 !important;
|
z-index: 9999999999 !important;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
|
flex-basis: 0; /* otherwise toast is always at least 350px tall (happens since 4.5.1, perhaps a bug) */
|
||||||
}
|
}
|
||||||
|
|
||||||
.toast-header {
|
.toast-header {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user