aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css
index 8d0197fd..0116a924 100644
--- a/static/style.css
+++ b/static/style.css
@@ -414,7 +414,8 @@ along with their colors.
.clock {
color: var(--gray);
border-top: 1px dotted var(--gray);
- width: 100%;
+ width: 100%;
+ pointer-events: none;
}
.sideclock .clock {