diff --git a/styles.css b/styles.css index 38b6d73..97868f4 100644 --- a/styles.css +++ b/styles.css @@ -11,10 +11,13 @@ body { #browser-window { background: #c0c0c0; border: 2px outset #c0c0c0; - min-height: 100vh; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; display: flex; flex-direction: column; - position: relative; } /* Title bar */ @@ -695,8 +698,6 @@ body { height: 18px; line-height: 18px; overflow: visible; - position: sticky; - bottom: 0; display: flex; align-items: center; }