1
0
Fork 0
mirror of synced 2024-07-16 11:45:47 +12:00

Be more explicit about hiding overflow at the top levels of an app

This commit is contained in:
Andrew Kingston 2021-06-24 12:14:19 +01:00
parent 26136f5114
commit 5fb09deb48

View file

@ -91,14 +91,15 @@
{/if} {/if}
<style> <style>
#spectrum-root { #spectrum-root,
height: 100%;
width: 100%;
overflow: hidden;
}
#app-root { #app-root {
height: 100%; height: 100%;
width: 100%; width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}
#app-root {
position: relative; position: relative;
} }
</style> </style>