diff --git a/public/index.css b/public/index.css index ad798c7..7921b23 100644 --- a/public/index.css +++ b/public/index.css @@ -183,6 +183,8 @@ tr:nth-child(even) { } .inline-flex input { flex-grow: 1; + z-index: 10; + height: fit-content; } .queue-tag { padding: 10px; @@ -192,8 +194,7 @@ tr:nth-child(even) { border-right: 5px solid #005c25; } .dropdown { - position: relative; - display: inline-block; + height: fit-content; } .dropdown-button { background-color: #112330;