fix spurrious notifications on monaco

This commit is contained in:
Ruben Fiszel
2022-11-04 16:34:32 +01:00
parent 2750c586ed
commit e58296ad64
+3
View File
@@ -16,4 +16,7 @@
.splitpanes--horizontal > .splitpanes__pane {
transition: none !important;
}
.monaco-workbench > .notifications-toasts.visible {
display: none !important;
}
}