set max-height on language dropdown

This commit is contained in:
Mads Rasmussen
2018-04-10 15:36:26 +02:00
parent d9e433b3ea
commit cc2a90a697

View File

@@ -30,6 +30,8 @@
box-sizing: border-box;
position: absolute;
border-radius: 0 0 3px 3px;
max-height: 200px;
overflow: scroll;
}
.umb-language-picker__dropdown a {