Login     Sign up
Deporteando (@albertof)
114 months ago
521 Views

Share from Mobile it's below

Also it happens in chat

how to fix?

1 people followed this question
0

one possible solution:

file: modules/mobile/page.tpl.php

old
[code]
<?php echo $header?>
[/code]

new
[code]
<?php echo $header?>
<style>

facebox {

z-index: 1000;

}
</style>
[/code]

Jcow Master @falcone
114 months ago
for chat same thing: #chat_list {z-index: 1000;}
114 months ago
@falcone where do I put it
114 months ago
@albertof after #facebox { z-index: 1000; }
114 months ago
@falcone in module mobile?
114 months ago
@albertof yes: <?php echo $header?> <style> #facebox { z-index: 1000; } </style>
114 months ago
@albertof yes <?php echo $header?> <style> #facebox { z-index: 1000; } #chat_list {z-index: 1000;}</style>
114 months ago
@falcone ok the problem is that the chatroom is below
114 months ago