[fix] l_right & toc (#384)
This commit is contained in:
parent
524fc2937e
commit
7d74cbdafe
|
@ -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)
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
max-height: 75vh
|
||||
@media screen and (max-width: $device-laptop)
|
||||
max-height: unset
|
||||
overflow: scroll
|
||||
overflow: auto
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue