diff options
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index ab5226f..4f1f495 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -151,7 +151,7 @@ table .title a { } .saving, .saved { position: fixed; - z-index: 10; + z-index: 2000; left: 45%; top: 45%; padding: 5px 10px; |