diff --git a/Client/Gui/Inventory/inventory-style.css b/Client/Gui/Inventory/inventory-style.css index 5fea2059..e931e0c8 100644 --- a/Client/Gui/Inventory/inventory-style.css +++ b/Client/Gui/Inventory/inventory-style.css @@ -3,7 +3,7 @@ body { width: 50%; position: center; - margin: 0 auto; + margin: 5% auto auto 25%; } .inventory-table { @@ -51,5 +51,6 @@ body { background-color: red; margin: 0 auto; text-align: center; - font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + pointer-events: visible; } \ No newline at end of file diff --git a/Client/Gui/Inventory/inventory.html b/Client/Gui/Inventory/inventory.html index ad13b915..cae22802 100644 --- a/Client/Gui/Inventory/inventory.html +++ b/Client/Gui/Inventory/inventory.html @@ -58,6 +58,7 @@