[fix] l_right & toc (#384)

This commit is contained in:
纸鹿/Zhilu 2024-02-05 19:49:33 +08:00 committed by GitHub
parent 524fc2937e
commit 7d74cbdafe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
box-shadow: $boxshadow-card-float
z-index: 10
background: var(--site-bg)
overflow: scroll
overflow: auto
.l_body[rightbar]
.l_right
transform: translateX(0px)

View File

@ -52,7 +52,7 @@
max-height: 75vh
@media screen and (max-width: $device-laptop)
max-height: unset
overflow: scroll
overflow: auto