This commit is contained in:
Xinrui Chen 2022-10-09 18:21:26 -07:00
parent 4d3bb8edd4
commit d2e381ae8b
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<style lang="postcss">
.main {
@apply flex w-screen h-screen flex-col sm:flex-row;
@apply flex h-screen flex-col sm:flex-row;
}
.container {
@apply flex flex-col justify-start shrink-0 overflow-auto m-auto sm:w-40 sm:h-screen sm:m-0;

View File

@ -34,6 +34,6 @@
<style lang="postcss">
.container {
@apply h-screen overflow-auto w-full;
@apply h-screen w-full;
}
</style>