diff --git a/latenightdef/style.css b/latenightdef/style.css index ecaad9f..eaf6326 100644 --- a/latenightdef/style.css +++ b/latenightdef/style.css @@ -130,7 +130,7 @@ html * } .topbar { - position: absolute; + position: fixed; width: 100%; height: 1.2cm; top: 0px; @@ -266,7 +266,7 @@ html * } .topbar { - position: absolute; + position: fixed; width: 100%; height: 1.2cm; top: 0px; diff --git a/style.css b/style.css index 32d0303..22472ea 100644 --- a/style.css +++ b/style.css @@ -115,7 +115,7 @@ html * } .topbar { - position: absolute; + position: fixed; width: 100%; height: 1.2cm; top: 0px; @@ -253,7 +253,7 @@ html * } .topbar { - position: absolute; + position: fixed; width: 100%; height: 1.2cm; top: 0px;