hotfixy designu

This commit is contained in:
2024-03-30 00:18:54 +01:00
parent b44f88ebcd
commit c8f53c2f06
6 changed files with 8 additions and 6 deletions
+1 -2
View File
@@ -85,8 +85,6 @@ export default defineComponent({
// popup handling
window.addEventListener('mousemove', (e: MouseEvent) => {
e.stopPropagation();
const targetEl = e
.composedPath()
.find((p) => p instanceof HTMLElement && p.getAttribute('data-popup-key'));
@@ -243,6 +241,7 @@ export default defineComponent({
grid-template-columns: 100%;
min-height: 100vh;
position: relative;
}
.app_main {