mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
Improve css in preparation for the sync scroll (#380)
* Improve css in preparation for the sync scroll Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> * Remove scroll behaviour Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
parent
6add1b2f1f
commit
512bca02e7
4 changed files with 7 additions and 16 deletions
|
@ -54,7 +54,7 @@ export const Splitter: React.FC<SplitterProps> = ({ containerClassName, left, ri
|
|||
</div>
|
||||
</ShowIf>
|
||||
<ShowIf condition={showRight}>
|
||||
<div className='splitter right overflow-y-scroll'>
|
||||
<div className='splitter right'>
|
||||
{right}
|
||||
</div>
|
||||
</ShowIf>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue