diff --git a/app/react-components/dom.module.css b/app/react-components/dom.module.css index 5a4ada5..ce71e48 100644 --- a/app/react-components/dom.module.css +++ b/app/react-components/dom.module.css @@ -1,4 +1,6 @@ .dom { + display: flex; + flex-direction: column; height: calc(100% / var(--scale)); position: absolute; top: 0; diff --git a/app/react-components/hotbar.jsx b/app/react-components/hotbar.jsx index 37634bf..feb7115 100644 --- a/app/react-components/hotbar.jsx +++ b/app/react-components/hotbar.jsx @@ -6,7 +6,7 @@ import Slot from './slot.jsx'; */ export default function Hotbar({active, onActivate, slots}) { const Slots = slots.map((slot, i) => ( -