Workaround for top nav issue

This commit is contained in:
Ivan Blinkov 2020-03-31 20:07:21 +03:00 committed by GitHub
parent 2d640a9bf8
commit a7f8b8acde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7978,15 +7978,14 @@ button.bg-dark:focus {
z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sticky-top {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1020;
}
.sr-only {
position: absolute;
width: 1px;
@ -10221,4 +10220,4 @@ a.text-dark:hover, a.text-dark:focus {
border-color: #dee2e6;
}
}
/*# sourceMappingURL=bootstrap.css.map */
/*# sourceMappingURL=bootstrap.css.map */