mirror of https://github.com/vector-im/riot-web
Fix theme selector dropdown overflow (#7764)
parent
ebb1feee50
commit
fdbdde83c2
|
@ -181,5 +181,9 @@ limitations under the License.
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Dropdown_menu {
|
||||||
|
max-height: 70px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue