Skip to content

Commit

Permalink
Fixes #3510 (#3516)
Browse files Browse the repository at this point in the history
* fix: update sidebar z-index to fix overlapping

* chore: generate minified files

* fix: update .scss file
  • Loading branch information
atilafb committed Apr 28, 2022
1 parent 8f13d7c commit cb2666d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_sass/pages/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%bd-docs-edge {
background-color: $scheme-main-bis;
width: $bd-edge-width;
z-index: 3;
z-index: 31;
}

.bd-docs-toggles {
Expand Down
6 changes: 5 additions & 1 deletion docs/css/bulma-docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/css/bulma-docs.min.css

Large diffs are not rendered by default.

0 comments on commit cb2666d

Please sign in to comment.