mirror of https://github.com/fantasticit/think.git
client: add overflow
This commit is contained in:
parent
2992943e4f
commit
86ba08cfd9
|
@ -132,6 +132,7 @@ export const Tocs: React.FC<{ editor: Editor; getContainer: () => HTMLElement }>
|
||||||
getContainer={getContainer}
|
getContainer={getContainer}
|
||||||
style={{
|
style={{
|
||||||
width: collapsed ? 56 : 156,
|
width: collapsed ? 56 : 156,
|
||||||
|
overflow: 'auto',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{collapsed
|
{collapsed
|
||||||
|
|
Loading…
Reference in New Issue