Skip to content

Commit 1060112

Browse files
committed
Release v0.13.0
1 parent cbe25df commit 1060112

File tree

6 files changed

+12057
-9032
lines changed

6 files changed

+12057
-9032
lines changed

assets/bundle.js

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/style.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ body {
2222
color: #fafafa;
2323
}
2424

25+
.bs-docs-nav .navbar-collapse {
26+
overflow: hidden;
27+
}
28+
2529
@media (min-width: 768px) {
2630

2731
.bs-docs-nav .navbar-nav>li>a {
@@ -72,7 +76,7 @@ body {
7276
margin-top: 10px;
7377
}
7478

75-
.bs-example .modal {
79+
.bs-example .static-modal .modal {
7680
position: relative;
7781
top: auto;
7882
right: auto;
@@ -137,3 +141,12 @@ body {
137141
.code-toggle.open {
138142
background: #f8f5ec;
139143
}
144+
145+
// Minimal CSS Needed for contained modals
146+
.modal-container {
147+
position: relative;
148+
}
149+
.modal-container .modal, .modal-container .modal-backdrop {
150+
position: absolute;
151+
}
152+

components.html

Lines changed: 8 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)