fix: reset scroll bar css to default for form-builder page

This commit is contained in:
Shariq Ansari 2022-10-19 12:54:50 +05:30
parent 6ffa4c76d6
commit 68a415c2b2

View file

@ -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;
}