assets/stylesheets/bootstrap/_modal.scss in bootstrap-5.0.0.beta3 vs assets/stylesheets/bootstrap/_modal.scss in bootstrap-5.0.0

- old
+ new

@@ -157,18 +157,9 @@ > * { margin: $modal-footer-margin-between / 2; } } -// Measure scrollbar width for padding body during modal show/hide -.modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} - // Scale up the modal @include media-breakpoint-up(sm) { // Automatically set modal's width for larger viewports .modal-dialog { max-width: $modal-md;