Skip to content

Commit

Permalink
MDL-74161 login: Constrain the language selector to force a scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolate-lightning committed Mar 11, 2022
1 parent 01eb6d2 commit 9e78d8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions theme/boost/scss/moodle/login.scss
Expand Up @@ -36,6 +36,10 @@ $login-identity-provider-btn-border: $border-color !default;
.login-languagemenu {
display: flex;
justify-content: flex-start;
.dropdown-menu {
max-height: 300px;
overflow-y: auto;
}
}
.login-logo {
display: flex;
Expand Down
3 changes: 3 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -17649,6 +17649,9 @@ textarea[data-auto-rows] {
.login-container .login-languagemenu {
display: flex;
justify-content: flex-start; }
.login-container .login-languagemenu .dropdown-menu {
max-height: 300px;
overflow-y: auto; }
.login-container .login-logo {
display: flex;
justify-content: center;
Expand Down
3 changes: 3 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -17649,6 +17649,9 @@ textarea[data-auto-rows] {
.login-container .login-languagemenu {
display: flex;
justify-content: flex-start; }
.login-container .login-languagemenu .dropdown-menu {
max-height: 300px;
overflow-y: auto; }
.login-container .login-logo {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 9e78d8d

Please sign in to comment.