* fix: update sidebar z-index to fix overlapping

* chore: generate minified files

* fix: update .scss file
This commit is contained in:
Átila Fernandes Bastos
2022-04-28 17:48:42 -03:00
committed by GitHub
parent 8f13d7c7a2
commit cb2666deb6
3 changed files with 7 additions and 3 deletions

View File

@@ -19146,6 +19146,10 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
color: white;
}
.bd-vars + .bd-vars {
margin-top: var(--docs-inner);
}
.bd-var {
display: flex;
flex-wrap: wrap;
@@ -19713,7 +19717,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
.bd-docs-nav, .bd-docs-side {
background-color: #fafafa;
width: 11.25rem;
z-index: 3;
z-index: 31;
}
.bd-docs-toggles {

File diff suppressed because one or more lines are too long