diff options
| author | GeoSot <[email protected]> | 2021-04-11 09:37:59 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-11 09:37:59 +0300 |
| commit | 7b7f4a5ced176ae3d7d9d16583795245cb9c7df3 (patch) | |
| tree | 820815a7921dc0c4787f19187b4ca278c7bd7fbe /scss | |
| parent | 2d2f5b3dfd901bca22133ae25fdcce7afb4042c7 (diff) | |
| download | bootstrap-7b7f4a5ced176ae3d7d9d16583795245cb9c7df3.tar.xz bootstrap-7b7f4a5ced176ae3d7d9d16583795245cb9c7df3.zip | |
Decouple Modal's scrollbar functionality (#33245)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_modal.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss index 6dd4dd329..513898644 100644 --- a/scss/_modal.scss +++ b/scss/_modal.scss @@ -159,15 +159,6 @@ } } -// 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 |
