summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-10-28 19:57:54 +0200
committerAlon Levy <alon@pobox.com>2014-10-28 19:57:54 +0200
commit1169d0fff03ee7642a8b5e06462781f8996bb6e5 (patch)
tree06dc37baad3d7677a22058a311da0d1f5d29dfdc /style.css
parentc559161ed81a1eac2d2e13d9e734ed97b3174e71 (diff)
history: show last logged action (ui has negative z-index)
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 9 insertions, 0 deletions
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{
}