From 95657b5838258c19ca87caadd7787b702529a438 Mon Sep 17 00:00:00 2001
From: Erik Ziegler <erik.ziegler@student.hpi.uni-potsdam.de>
Date: Thu, 26 Dec 2019 20:55:16 +0100
Subject: [PATCH] Fix segment dropdown z-index.

---
 style/index.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/style/index.css b/style/index.css
index a9b25a2..ce3a8d4 100644
--- a/style/index.css
+++ b/style/index.css
@@ -166,7 +166,7 @@ input[type=text] {
 }
 
 .dropdown {
-  max-height: 300px;
+  max-height: 200px;
   overflow-y: auto;
   display: none;
   background-color: black;
@@ -176,6 +176,7 @@ input[type=text] {
   border-top: none;
   left: -2px;
   right: -2px;
+  z-index: 1000;
   top: calc(100% + 12px);
   border: 1px solid hsl(0, 0%, 20%);
   border-radius: 4px;