Skip to content

Commit 09fb431

Browse files
committed
update fides-no-scroll so it works in all browsers (#5299)
1 parent 552d638 commit 09fb431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/fides-js/src/components/fides.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ div#fides-consent-content .fides-modal-description {
482482
}
483483

484484
.fides-no-scroll {
485-
overflow-y: hidden;
485+
overflow: hidden;
486486
}
487487

488488
/* Responsive overlay */

0 commit comments

Comments
 (0)