mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-11 20:03:04 +00: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 (
|
||||
<div className={'vh-100 vw-100'}>
|
||||
<div className={'vh-100 vw-100 overflow-hidden'}>
|
||||
<RendererIframe
|
||||
frameClasses={'h-100 w-100'}
|
||||
markdownContentLines={markdownContentLines}
|
||||
|
|
Loading…
Add table
Reference in a new issue