diff options
| author | Alon Levy <alon@pobox.com> | 2014-10-28 19:57:54 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-10-28 19:57:54 +0200 |
| commit | 1169d0fff03ee7642a8b5e06462781f8996bb6e5 (patch) | |
| tree | 06dc37baad3d7677a22058a311da0d1f5d29dfdc /style.css | |
| parent | c559161ed81a1eac2d2e13d9e734ed97b3174e71 (diff) | |
history: show last logged action (ui has negative z-index)
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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{ } |
