Skip to content
Snippets Groups Projects
Commit 1078032b authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Ron Lucke
Browse files

use max-height instead of height to reduce height of global search results box, fixes #5018

Closes #5018

Merge request studip/studip!3761
parent e91bdb5a
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
#globalsearch-results { #globalsearch-results {
margin-top: 1em; margin-top: 1em;
height: 50vh; max-height: 50vh;
overflow: auto; overflow: auto;
&:empty { &:empty {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment