[fix] l_right & toc (#384)
This commit is contained in:
parent
524fc2937e
commit
7d74cbdafe
|
@ -34,7 +34,7 @@
|
||||||
box-shadow: $boxshadow-card-float
|
box-shadow: $boxshadow-card-float
|
||||||
z-index: 10
|
z-index: 10
|
||||||
background: var(--site-bg)
|
background: var(--site-bg)
|
||||||
overflow: scroll
|
overflow: auto
|
||||||
.l_body[rightbar]
|
.l_body[rightbar]
|
||||||
.l_right
|
.l_right
|
||||||
transform: translateX(0px)
|
transform: translateX(0px)
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
max-height: 75vh
|
max-height: 75vh
|
||||||
@media screen and (max-width: $device-laptop)
|
@media screen and (max-width: $device-laptop)
|
||||||
max-height: unset
|
max-height: unset
|
||||||
overflow: scroll
|
overflow: auto
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue