From bb359a89b5ad3b8ad3545a7807560e1cc0654142 Mon Sep 17 00:00:00 2001 From: Luke Date: Mon, 11 May 2020 16:11:26 +0200 Subject: [PATCH] Fix scrollbar --- .../assets/html/inventory/css/inventory.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/assets/html/inventory/css/inventory.css b/ReallifeGamemode.Client/assets/html/inventory/css/inventory.css index dda031df..29143553 100644 --- a/ReallifeGamemode.Client/assets/html/inventory/css/inventory.css +++ b/ReallifeGamemode.Client/assets/html/inventory/css/inventory.css @@ -20,6 +20,7 @@ body { height: 100%; margin: 0px auto; background-color: transparent; + overflow-y: hidden; } .main2 { @@ -956,4 +957,4 @@ select.select_box2 { .alerts { margin-bottom: 47.5vw; padding-top: 43.3vw; -} \ No newline at end of file +}