@@ -1275,8 +1275,10 @@ function handleIframeLoad(event: Event) {
position: relative;
flex: 1;
min-height: 0;
- // overflow: hidden;
- border-radius: 0 0 0 50px;
+
+ iframe {
+ border-radius: 0 0 0 50px;
+ }
}
.content-iframe {