mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
fix: hide scrollbars in slide show full screen rendering
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
efac46858c
commit
f5bcb048cf
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export const SlideShowPageContent: React.FC = () => {
|
||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={'vh-100 vw-100'}>
|
<div className={'vh-100 vw-100 overflow-hidden'}>
|
||||||
<RendererIframe
|
<RendererIframe
|
||||||
frameClasses={'h-100 w-100'}
|
frameClasses={'h-100 w-100'}
|
||||||
markdownContentLines={markdownContentLines}
|
markdownContentLines={markdownContentLines}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue