* 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View File

@ -14,7 +14,7 @@
%bd-docs-edge { %bd-docs-edge {
background-color: $scheme-main-bis; background-color: $scheme-main-bis;
width: $bd-edge-width; width: $bd-edge-width;
z-index: 3; z-index: 31;
} }
.bd-docs-toggles { .bd-docs-toggles {

View File

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

File diff suppressed because one or more lines are too long