fix: hide scrollbars in slide show full screen rendering

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-06-07 22:58:01 +02:00
parent efac46858c
commit f5bcb048cf

View file

@ -36,7 +36,7 @@ export const SlideShowPageContent: React.FC = () => {
)
return (
<div className={'vh-100 vw-100'}>
<div className={'vh-100 vw-100 overflow-hidden'}>
<RendererIframe
frameClasses={'h-100 w-100'}
markdownContentLines={markdownContentLines}