Skip to content
Snippets Groups Projects
Commit 5f8cb566 authored by Rasmus Fuhse's avatar Rasmus Fuhse Committed by Jan-Hendrik Willms
Browse files

Resolve "Ankündigungen: Layout-Fehler bei den Dropdowns im Dialog"

Closes #1363

Merge request studip/studip!1049
parent af2d1e28
No related branches found
No related tags found
No related merge requests found
...@@ -101,14 +101,13 @@ div.quicksearch_frame { ...@@ -101,14 +101,13 @@ div.quicksearch_frame {
overflow: visible; overflow: visible;
position: relative; position: relative;
top: 31px; top: 31px;
z-index: 99999;
.autocomplete__results { .autocomplete__results {
list-style-type: none; list-style-type: none;
padding: 1px; padding: 1px;
border: 1px solid @light-gray-color-40; border: 1px solid @light-gray-color-40;
background-color: white; background-color: white;
z-index: 99999;
width: 200px;
max-height: 275px; max-height: 275px;
width: 600px; width: 600px;
overflow-x: auto; overflow-x: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment