Fix landscape mode

This commit is contained in:
Pieter Vander Vennet 2021-01-27 02:26:57 +01:00
parent 593ac5381a
commit 1b73f0a43a
9 changed files with 43 additions and 98 deletions

View file

@ -62,7 +62,6 @@ export default class FeatureInfoBox extends UIElement {
}
return new EditableTagRendering(tags, tr);
});
renderings[0]?.SetClass("first-rendering");
if (!questionBoxIsUsed) {
renderings.push(questionBox);
}
@ -72,7 +71,7 @@ export default class FeatureInfoBox extends UIElement {
...renderings,
tail.SetClass("featureinfobox-tail")
]
).SetClass("block sm:max-h-65vh")
).SetClass("block")
}