Skip to content

Commit

Permalink
update scrollbar overflow selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Jun 2, 2024
1 parent 5e8b910 commit a285d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Comfy/assets/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
.os-padding,
.os-viewport,
div[data-overlayscrollbars~="host"],
[data-overlayscrollbars-viewport="scrollbarHidden"] {
[data-overlayscrollbars-viewport~="scrollbarHidden"] {
overflow: visible !important; // Override overflow property
}
}
Expand Down

0 comments on commit a285d90

Please sign in to comment.