From 8b0d349424e5ee10a8b93988634260d83d6b7e0c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sat, 21 Mar 2020 12:32:44 -0700 Subject: [PATCH] Fixes z-index so all buttons work --- fedireads/static/format.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fedireads/static/format.css b/fedireads/static/format.css index 39b3ceac..562421b1 100644 --- a/fedireads/static/format.css +++ b/fedireads/static/format.css @@ -52,7 +52,7 @@ h2 { position: fixed; top: 0; height: 47px; - z-index: 1; + z-index: 2; } #warning { @@ -170,7 +170,7 @@ ul.menu a { padding-top: 70px; position: relative; top: -50px; - z-index: -1; + z-index: 0; } .row { @@ -307,6 +307,7 @@ button.warning { .book-preview { overflow: hidden; + z-index: 1; } .book-preview img {