Skip to content

Commit 60b6042

Browse files
committed
docs: fix sticky header data table demo
1 parent 5c1c166 commit 60b6042

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/site/src/routes/demo/data-table/iframe/+page.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,15 @@
4242

4343
<style>
4444
/* Reset some of the demo app styles that interfere. */
45+
:global(body),
4546
:global(html) {
4647
height: auto;
4748
width: auto;
4849
position: static;
4950
}
50-
:global(#sapper),
51-
:global(body) {
51+
:global(#smui-app) {
5252
display: block;
5353
height: auto;
54+
overflow: auto;
5455
}
5556
</style>

0 commit comments

Comments
 (0)