fix: enable scrolling
This commit is contained in:
parent
4896a3a2d1
commit
5532d022ac
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ export const AppIframe: React.FC<any> = ({ app }: { app: any }) => {
|
|||
position="absolute"
|
||||
frameBorder={0}
|
||||
overflow="hidden"
|
||||
scrolling="no"
|
||||
title={app.name}
|
||||
url={app.url}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue