Add z-index for the input selector to avoid hiding behind popup divs

update from upstream

Change-Id: Ic8ecb1439f4d2862f592426d9463bdea5ac37c83
This commit is contained in:
Santhosh Thottingal
2012-11-01 16:43:16 +05:30
parent cccd49163b
commit ef8bad5754

View File

@@ -12,6 +12,7 @@ div.imeselector {
text-align: left;
font-family: 'sans';
white-space: nowrap;
z-index: 9999;
}
div.imeselector a {