Fixed glance buttons not being able to be clicked

This commit is contained in:
mr. M
2025-01-01 16:40:06 +01:00
parent 989eca40ec
commit 3e83ebc680

View File

@@ -49,7 +49,6 @@
background: var(--zen-dialog-background);
position: fixed;
border-radius: var(--zen-border-radius);
overflow: hidden;
opacity: 0;
top: 0;
left: 0;
@@ -65,8 +64,13 @@
left: 0 !important;
}
& .browserStack {
border-radius: var(--zen-border-radius);
overflow: hidden;
}
& #zen-glance-sidebar-container {
position: fixed;
position: absolute;
display: flex;
top: 10%;
left: 0;
@@ -132,4 +136,4 @@
}
}
}
}
}