summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-10-24 19:36:52 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-10-24 19:36:52 +0000
commit727eba0efb2886d86f640b8a03b40c326439e5af (patch)
treea32ffa0b7615703fd3cce6af6d6405aa6e50af9c
parent72f68ae77280a7c8650f858dbfcc1f2aa81f5676 (diff)
downloadbrdo-727eba0efb2886d86f640b8a03b40c326439e5af.tar.gz
brdo-727eba0efb2886d86f640b8a03b40c326439e5af.tar.bz2
#91076: Fix overlapping autocomplete suggestion box
-rw-r--r--modules/system/system.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css
index 3804c5df0..c801759d6 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -217,6 +217,7 @@ ul.secondary a.active {
position: absolute;
border: 1px solid;
overflow: hidden;
+ z-index: 100;
}
#autocomplete ul {
margin: 0;