diff --git a/k4ever/media/css/style.css b/k4ever/media/css/style.css index 54979bc..6dd00a2 100644 --- a/k4ever/media/css/style.css +++ b/k4ever/media/css/style.css @@ -176,6 +176,7 @@ p { #header { margin-bottom: 20px; position: relative; + z-index: 100; } #header > div { padding: 5px 10px; @@ -636,9 +637,6 @@ table.itemListContainer > tbody > tr:first-child ~ tr > td { color: inherit; border-bottom: 0; } -.error + .notice { - bottom: 40px; -} .notice { background-color: #FFF6BF; border-color: #FFD324; diff --git a/k4ever/media/css/style.less b/k4ever/media/css/style.less index a9cec8d..e7c07ed 100644 --- a/k4ever/media/css/style.less +++ b/k4ever/media/css/style.less @@ -190,6 +190,7 @@ p { #header { margin-bottom: 20px; position: relative; + z-index: 100; > div { padding: 5px 10px;