diff --git a/www/css/app.css b/www/css/app.css index b1bfd7dc..f378b5de 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -26,7 +26,7 @@ bottom: 0; left: 0; position: fixed; - overflow-x: hidden; + overflow: hidden; } [role=region] > header { @@ -96,6 +96,7 @@ div:not(.panel-success, .alert-message) { padding-left: 12px; padding-right: 12px; background: lightblue; + z-index: 1; } #articleList a:hover, #articleList a.hover, .backgroundLightBlue { diff --git a/www/index.html b/www/index.html index d291468e..cf326119 100644 --- a/www/index.html +++ b/www/index.html @@ -258,7 +258,7 @@