aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/server.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/server.css b/core/css/server.css
index 0ac5350403d..528a2599a5a 100644
--- a/core/css/server.css
+++ b/core/css/server.css
@@ -875,7 +875,7 @@ span.ui-icon {
#header .header-right > div#contactsmenu > .menu {
/* show 2.5 to 4.5 entries depending on the screen height */
height: calc(100vh - 150px);
- max-height: 275px;
+ max-height: 302px;
min-height: 175px;
width: 350px;
}
@@ -890,7 +890,7 @@ span.ui-icon {
#header .header-right > div#contactsmenu > .menu .content {
/* fixed max height of the parent container without the search input */
height: calc(100vh - 150px - 50px);
- max-height: 225px;
+ max-height: 250px;
min-height: 125px;
overflow-y: auto;
}