bring dropdown menus to front

This resolves issues where drop menus goes behind tables, images and other graphics on the page
pull/166/head
Israel Ogbole 9 years ago
parent e6dd635b0e
commit b749c9e49b

@ -1381,7 +1381,7 @@ ul.msg_list li a .message {
position: absolute; position: absolute;
text-shadow: none; text-shadow: none;
top: 100%; top: 100%;
z-index: 1000; z-index: 9998;
border: 1px solid #D9DEE4; border: 1px solid #D9DEE4;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;

Loading…
Cancel
Save