X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/90237b249aeb7547999e8d192cf23583f14f7a41..fdc9d830c69a5db8944e0978a9494068b6c0a8cd:/src/wolnelektury/static/scss/main/book_box.scss

diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss
index 55eba24d4..e8a83f731 100755
--- a/src/wolnelektury/static/scss/main/book_box.scss
+++ b/src/wolnelektury/static/scss/main/book_box.scss
@@ -443,10 +443,14 @@
     @include size(margin-right, 11.25px);
     position: absolute;
     right: 0;
+    z-index: 10;
 
-    button::-moz-focus-inner {
-        padding: 0;
-        border: 0
+    button {
+        cursor: pointer;
+        &::-moz-focus-inner {
+            padding: 0;
+            border: 0;
+        }
     }
     .if-unlike button {
         font-size: 1em;