webconfig: Remove weird position: absolute

This made the current prompt appear directly under the tab,
disregarding the padding.

That means it looked inconsistent with the colors. (note there's still
less padding on the side, but at least that allows more actual content
- prompts are often fairly wide)
This commit is contained in:
Fabian Homborg 2021-06-03 18:43:08 +02:00
parent 46208ff276
commit 5f4dfd9951

View File

@ -77,11 +77,6 @@ code {
/* This may be placed directly inside a tab, to prevent its contents from growing vertically. */
.height_limiter {
display: flex;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
flex-direction: column;
}