mirror of
https://github.com/zadam/trilium.git
synced 2025-12-15 03:44:23 +01:00
12 lines
223 B
CSS
12 lines
223 B
CSS
#toast-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 20px;
|
|
pointer-events: none;
|
|
contain: none;
|
|
}
|