From ffa20ccd6381d58bfb8eebd10351a73e5a74b137 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Tue, 14 Apr 2020 13:13:56 +0200 Subject: [PATCH] App: Raise meetings on hover This makes collisions more easily visible. --- app/templates/main.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/main.html b/app/templates/main.html index ddf29a4..1731398 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -41,6 +41,7 @@ } .meeting:hover { background-color: #aaaaff; + z-index: 1; } .collision { border: 1px solid red; -- GitLab