summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-30 07:06:38 +0100
committerAndrew Dolgov <[email protected]>2006-03-30 07:06:38 +0100
commit061c26766e507837300bf7a0153126aefd35c34c (patch)
treee6269172f219cddb50821d1ba70d71d83219b562
parent0f27cb1808264ded6553e292ecf5a8a5f9bb89ea (diff)
debug element is topmost
-rw-r--r--tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 5ab52b2d7..539a8c2d4 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -1020,7 +1020,7 @@ div.cdmContent a:hover {
bottom : 20;
background-color : white;
display : none;
- z-index : 3;
+ z-index : 999;
position : absolute;
border : 1px solid #c0c0c0;
overflow : auto;