diff --git a/frontend/index.css b/frontend/index.css index 479f2ef..3df7059 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -112,8 +112,15 @@ body div.sidebar { } } -.main-panel { +.content-area { grid-area: main-panel; + display: flex; + overflow: hidden; +} + +.main-panel { + flex: 1; + min-width: 0; padding: 0.25em; background-color: #212529; overflow: hidden; diff --git a/frontend/index.html b/frontend/index.html index fed5768..74769cf 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -22,9 +22,12 @@
-