From ecc031bb70b68b45b908839d3a56f22559706a6d Mon Sep 17 00:00:00 2001 From: Anon Ray Date: Mon, 7 Jul 2014 21:08:34 +0530 Subject: [PATCH] Fix CSS issues in text annotation Giving higher z-index to #sweet-list-wrapper to work appropriately in all websites. --- swtr/static/css/swtmaker.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swtr/static/css/swtmaker.css b/swtr/static/css/swtmaker.css index ee308f1..e9e345f 100644 --- a/swtr/static/css/swtmaker.css +++ b/swtr/static/css/swtmaker.css @@ -30,7 +30,7 @@ body { position: absolute; top: 33%; left: 33%; - z-index: 100; + z-index: 1000; border: 1px solid #999; box-shadow: 1px 1px 6px #999; background-color: #FFF; -- 1.7.10.4