This commit is contained in:
scout 2025-02-23 14:49:56 +08:00
parent ea598e5d4b
commit ca993d5b62
2 changed files with 16 additions and 2 deletions

View File

@ -842,9 +842,16 @@ watch(
position: relative;
height: auto;
min-height: 100vh;
overflow-y: visible;
overflow-y: scroll;
top: auto;
sticky: none;
//
&::-webkit-scrollbar {
display: none;
}
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
&.first-panel {

View File

@ -842,9 +842,16 @@ watch(
position: relative;
height: auto;
min-height: 100vh;
overflow-y: visible;
overflow-y: scroll;
top: auto;
sticky: none;
//
&::-webkit-scrollbar {
display: none;
}
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
&.first-panel {