From be046166d021bff1831aa9e93c3138d9235b55d1 Mon Sep 17 00:00:00 2001 From: bvn13 Date: Fri, 13 Jan 2023 14:52:21 +0300 Subject: [PATCH] fixed #181 --- templates/viewer.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/viewer.php b/templates/viewer.php index 1d50f16..b0489a7 100644 --- a/templates/viewer.php +++ b/templates/viewer.php @@ -74,7 +74,7 @@ text-decoration: none; outline: none; cursor: pointer; - z-index: 100000; + z-index: 1000; } #close-button:hover { width: 20px; @@ -95,7 +95,7 @@ #autosave-div { position: absolute; right: 280px; - z-index: 100000; + z-index: 10000; width: 100px; } #autosave-checkbox { @@ -104,14 +104,14 @@ #save-div { position: absolute; right: 180px; - z-index: 100000; + z-index: 10000; width: 60px; } #export-button { position: absolute; right: 40px; - z-index: 100000; + z-index: 10000; }