implemented selector for parent task

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-05-14 00:32:10 +02:00
parent 9bec33d5de
commit ccf8fc2089
11 changed files with 139 additions and 20 deletions
@@ -761,3 +761,12 @@ fieldset.vcard{
white-space: nowrap;
display: inline flow-root;
}
.parent_selector > ul {
position: absolute;
top: 120px;
left: 0;
right: 0;
bottom: 0;
overflow: auto;
}