mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-21 11:18:08 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user