textmodule: make scrollable
This commit is contained in:
parent
fe40ac6020
commit
ec18fe62bf
1 changed files with 4 additions and 0 deletions
|
@ -4421,6 +4421,10 @@ footer {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shortcut .dropdown-menu {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.editControls {
|
.editControls {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in a new issue