fix: reset scroll bar css to default for form-builder page
This commit is contained in:
parent
6ffa4c76d6
commit
68a415c2b2
1 changed files with 3 additions and 3 deletions
|
|
@ -19,12 +19,12 @@ html {
|
|||
background: var(--scrollbar-track-color);
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
*:not(#page-form-builder *)::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
body::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
width: 12px !important;
|
||||
height: 12px !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue