textmodule: make scrollable

This commit is contained in:
Felix Niklas 2016-02-02 16:42:21 +01:00
parent fe40ac6020
commit ec18fe62bf

View file

@ -4421,6 +4421,10 @@ footer {
background: none;
}
.shortcut .dropdown-menu {
overflow: auto;
}
.editControls {
position: absolute;
left: 0;