Update Inventory CSS: Remove horizontal overflow property and set a new font family for the inventory container to enhance visual consistency and readability.

This commit is contained in:
Z. Cliffe Schreuders
2025-10-14 23:24:11 +01:00
parent ce8f720523
commit c2c60cc515

View File

@@ -8,9 +8,9 @@
height: 80px;
display: flex;
align-items: center;
overflow-x: auto;
padding: 0 20px;
z-index: 1000;
font-family: 'VT323';
}
#inventory-container::-webkit-scrollbar {