mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
fix z-index of notification
This commit is contained in:
@@ -28,11 +28,9 @@ function showError(message, delay = 10000) {
|
||||
|
||||
function getNotifySettings(type, delay) {
|
||||
return {
|
||||
element: (glob.activeDialog && glob.activeDialog.hasClass("show"))
|
||||
? glob.activeDialog.find('.modal-header')[0]
|
||||
: 'body',
|
||||
element: 'body',
|
||||
type: type,
|
||||
z_index: 1031,
|
||||
z_index: 90000,
|
||||
placement: {
|
||||
from: "top",
|
||||
align: "center"
|
||||
|
||||
Reference in New Issue
Block a user