From 1169d0fff03ee7642a8b5e06462781f8996bb6e5 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 28 Oct 2014 19:57:54 +0200 Subject: history: show last logged action (ui has negative z-index) --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 0549cd79..aa304a3e 100644 --- a/style.css +++ b/style.css @@ -296,6 +296,15 @@ input:focus { .debug{ } +.history-timeline { + pointer-events: none; + z-index: -1; + position: absolute; + width: 100%; + justify-content: center; + bottom: 100px; +} + .save{ } -- cgit v1.3.1