Skip to content

Commit 0c01124

Browse files
committed
Fix modal ui issue
1 parent f267449 commit 0c01124

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/webflo-runtime/webflo-client/webflo-elements.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1304,6 +1304,10 @@ export class ModalElement extends BaseElement {
13041304
13051305
/* -- scrollbar -- */
13061306
1307+
.scrollbar-track {
1308+
display: none;
1309+
}
1310+
13071311
:host(._scrollbars) .scrollbar-track {
13081312
position: absolute;
13091313
display: block;

0 commit comments

Comments
 (0)