Skip to content

Commit cd47e2e

Browse files
ChristosTjourdain
authored andcommitted
docs(offlineviewer): update style to avoid scrollbars when embedded as iframe
1 parent da04c64 commit cd47e2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: Examples/Applications/OfflineLocalView/viewer.module.css

+8
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@
4949
border-radius: 10px;
5050
user-select: none;
5151
}
52+
53+
body {
54+
margin: 0;
55+
}
56+
57+
html {
58+
overflow: hidden;
59+
}

0 commit comments

Comments
 (0)