From 528a3068dab32d98bb00a4560b49fb7a1bade53e Mon Sep 17 00:00:00 2001
From: notoraptor <stevenbocco@gmail.com>
Date: Thu, 1 Aug 2019 15:45:14 -0400
Subject: Added overflow-y: scroll to CSS to prevent vertical scroll bar from
 appearing

---
 diplomacy/web/src/index.css | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'diplomacy')

diff --git a/diplomacy/web/src/index.css b/diplomacy/web/src/index.css
index 8b14a97..77b5512 100644
--- a/diplomacy/web/src/index.css
+++ b/diplomacy/web/src/index.css
@@ -1,6 +1,10 @@
 /** Bootstrap. **/
 /** Common. **/
 
+body {
+    overflow-y: scroll;
+}
+
 span.dropdown-item {
     cursor: pointer;
 }
-- 
cgit v1.2.3