mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
using z-index to handle layering of the slideoutmenue and the compose button
This commit is contained in:
parent
5322acf455
commit
4c6dffcc2d
@ -84,7 +84,7 @@
|
||||
new ypSlideOutMenu("menu2", "right", 0, 105, 100, 200)
|
||||
</script>
|
||||
|
||||
<div id="sideboxdragarea" style="position:absolute;left:0px;top:105px">
|
||||
<div id="sideboxdragarea" style="z-index:100;position:absolute;left:0px;top:105px">
|
||||
<a href="#" {show_menu_event}="ypSlideOutMenu.showMenu('menu2')" title="{lang_show_menu}"><img src="{img_root}/dragarea_right.png" /></a>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user