fix: select components used in modal pop-ups cannot be selected (#4368)

* fix: select components used in modal pop-ups cannot be selected

* chore: update ci

* chore: update css
This commit is contained in:
Vben
2024-09-11 23:10:35 +08:00
committed by GitHub
parent 61faa1895a
commit 855ac02622
13 changed files with 163 additions and 22 deletions

View File

@@ -32,9 +32,13 @@
body,
html {
@apply size-full overscroll-none;
/* scrollbar-gutter: stable; */
}
body {
@apply !pointer-events-auto;
min-height: 100vh;
/* overflow: overlay; */
@@ -90,6 +94,7 @@
}
/* 只有非mac下才进行调整mac下使用默认滚动条 */
html:not([data-platform='macOs']) {
::-webkit-scrollbar {
@apply h-[10px] w-[10px];