diff --git a/renderer/style.css b/renderer/style.css index 8c264cc..8a0c73a 100644 --- a/renderer/style.css +++ b/renderer/style.css @@ -410,12 +410,13 @@ body:has(#home-container.active) #downloads-btn { height: 100%; border: none; display: none; + flex: 1; position: relative; z-index: 0; } /* Show home webview when container is active */ #home-container.active > #home-webview { - display: block; + display: flex; } /* TABS */