Skip to content

Commit

Permalink
Fixed CSS causing horizontal scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
LordChunk committed Jan 29, 2024
1 parent 814cb1f commit 0939133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
}"
class="w-screen h-screen bg-no-repeat bg-center bg-cover fixed -z-10 blur transform scale-105"
/>
<div class="h-screen w-screen">
<main class="w-screen h-screen text-white">
<div>
<main class="text-white">
<InventoryContainer />
</main>
<HotbarContainer />
Expand Down

0 comments on commit 0939133

Please sign in to comment.