diff --git a/core/css/header.css b/core/css/header.css index ce4a0948b4fe7..29e501b053d89 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -99,7 +99,7 @@ right: 8px; top: 50px; margin: 0; - overflow-y: scroll; + overflow-y: auto; /* Dropdown arrow */ /* Use by the settings right menu */ } diff --git a/core/css/server.css b/core/css/server.css index d7a9f21da58e4..e06705de4279b 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -2317,7 +2317,7 @@ label.infield { right: 8px; top: 50px; margin: 0; - overflow-y: scroll; + overflow-y: auto; /* Dropdown arrow */ /* Use by the settings right menu */ }