Skip to content

Commit

Permalink
fix: use more custom interface friendly styles for iframes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Apr 3, 2024
1 parent 046c255 commit e6e01c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

.PuckPreview-frame {
border: none;
height: 100%;
min-height: 100%;
width: 100%;
}
4 changes: 4 additions & 0 deletions packages/core/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
@import url("https://rsms.me/inter/inter.css");
@import "./styles/color.css";
@import "./styles/typography.css";

.Puck {
min-height: 100%;
}

0 comments on commit e6e01c6

Please sign in to comment.