From fa7dba4159bae15ee61bb0457f3a74fab133853b Mon Sep 17 00:00:00 2001 From: d11e9 Date: Tue, 6 Oct 2015 16:41:55 +0100 Subject: [PATCH] fix instance removale clickablility --- stylesheets/universal-dapp.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/universal-dapp.css b/stylesheets/universal-dapp.css index 667cc99714..ea3443f743 100644 --- a/stylesheets/universal-dapp.css +++ b/stylesheets/universal-dapp.css @@ -116,6 +116,7 @@ text-align: center; content: "x"; cursor: pointer; + z-index: 9999; } .udapp .instance { @@ -275,4 +276,4 @@ float: right; color: #666; font-size: 12px; -} \ No newline at end of file +}