Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2021-04-11 09:37:59 +0300
committerGitHub <noreply@github.com>2021-04-11 09:37:59 +0300
commit7b7f4a5ced176ae3d7d9d16583795245cb9c7df3 (patch)
tree820815a7921dc0c4787f19187b4ca278c7bd7fbe /scss/_modal.scss
parent2d2f5b3dfd901bca22133ae25fdcce7afb4042c7 (diff)
Decouple Modal's scrollbar functionality (#33245)
Diffstat (limited to 'scss/_modal.scss')
-rw-r--r--scss/_modal.scss9
1 files changed, 0 insertions, 9 deletions
diff --git a/scss/_modal.scss b/scss/_modal.scss
index 6dd4dd3294..513898644d 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