Skip to content

Commit ba017f0

Browse files
authored
Merge pull request #1142 from KumarNirupam1/fix/1140-docs-layout-zoom-overlap
[UI] fix(docs): prevent sidebar overlap when browser zoom is increased
2 parents 3188966 + 8abfc96 commit ba017f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/scss/_resizable-bootstrap-overrides.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
absorb the remaining space instead of holding col-xl-8's 66.66% max-width. */
1818
.row > main {
1919
flex: 1 1 0;
20+
min-width: 0;
2021
max-width: none;
2122
width: auto;
2223
}
@@ -49,7 +50,7 @@
4950
// all remain from the base rule and still apply.
5051
}
5152

52-
@media screen and (max-width: 768px) {
53+
@include media-breakpoint-down(lg) {
5354
/* Break the nowrap row so children can stack on their own lines. */
5455
.row.flex-xl-nowrap {
5556
flex-wrap: wrap;

0 commit comments

Comments
 (0)