diff --git a/sass/_docs.scss b/sass/_docs.scss index f4f8224..ba6a0e0 100644 --- a/sass/_docs.scss +++ b/sass/_docs.scss @@ -63,7 +63,7 @@ position: fixed; padding: 0.5em; margin: 1rem; - z-index: 100; + z-index: 9; .icon { -webkit-mask-image: var(--icon-sidebar); @@ -104,11 +104,6 @@ transition: left 0.3s; } - #sidebar-toggle:checked ~ .toggle-label { - left: 15em; - transition: left 0.3s; - } - #sidebar-toggle:checked ~ .toggle-overlay { background-color: rgba(0, 0, 0, 0.5); transition: background-color 0.3s;