aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/default.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index f5c367c..507ebe9 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -138,7 +138,7 @@
color: var(--warning);
}
-:hover:not(a):not(s):not(img):not(summary):not(nav):not(abbr):not(form):not(code):not(mark):not(tab-bar):not(tab-bar
+:hover:not(a):not(s):not(img):not(summary):not(nav):not(abbr):not(form):not(code):not(mark):not(td):not(tab-bar):not(tab-bar
nav) {
border-radius: 0.5rem;
}
@@ -1485,6 +1485,8 @@ gallery-overlay {
outline: 4px solid #fefefe;
outline: 4px solid var(--background);
position: absolute;
+ left: 0;
+ top: 0;
width: 100%;
z-index: 1;
pointer-events: none;