diff --git a/public/index.css b/public/index.css index 7921b23..7025595 100644 --- a/public/index.css +++ b/public/index.css @@ -180,11 +180,10 @@ tr:nth-child(even) { .inline-flex { display: flex; flex-direction: row; + min-height: fit-content; } .inline-flex input { flex-grow: 1; - z-index: 10; - height: fit-content; } .queue-tag { padding: 10px; @@ -193,9 +192,6 @@ tr:nth-child(even) { font-weight: bold; border-right: 5px solid #005c25; } -.dropdown { - height: fit-content; -} .dropdown-button { background-color: #112330; position: relative;