widget hide panel

This commit is contained in:
Nalvazhuthi
2025-04-04 15:31:16 +05:30
parent 57ad4ea8e2
commit f738fec057
4 changed files with 72 additions and 60 deletions

View File

@@ -62,6 +62,7 @@
max-width: 80%;
overflow: auto;
max-width: calc(100% - 500px);
z-index: 3;
&::-webkit-scrollbar {
display: none;
@@ -173,9 +174,11 @@
overflow: auto;
z-index: $z-index-tools;
overflow: auto;
&::-webkit-scrollbar {
display: none;
}
.panel-content {
position: relative;
height: 100%;
@@ -326,7 +329,7 @@
}
.panel.hidePanel {
opacity: 0;
opacity: 0.1;
}
}