diff --git a/src/embed.css b/src/embed.css index fdaba39..bdccc65 100644 --- a/src/embed.css +++ b/src/embed.css @@ -7,6 +7,7 @@ body { height: 100vh !important; padding-top: 0 !important; overflow-y: hidden !important; + overflow-x: scroll; } .grid { @@ -16,7 +17,7 @@ body { display: flex; justify-content: left; width: fit-content !important; - overflow-y: hidden; + overflow-y: hidden !important; } .module {