fix: enable scrolling

fork v0.1.8
Philipp Rothmann 2023-01-03 11:06:17 +01:00
parent 4896a3a2d1
commit 5532d022ac
1 changed files with 0 additions and 1 deletions

View File

@ -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}
/>