Former Member
inherit
guest@proboards.com
222576
0
Nov 28, 2024 15:07:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 14, 2017 3:08:03 GMT -8
I have a 'stuff' button dropdown menu here goldenbeatz.uk/thread/518/new-mix-ya-hi and the dropdown is longer than the post and disappears behind the quick reply bit. If you go here u can see the full length of the dropdown goldenbeatz.uk/thread/517/auto-add-social-postsi've tried the z-index but it didn't work .... can someone help me here pls ? thank you <div class="dropdown"> <button class="dropbtn">Stuff</button> <div class="dropdown-content"> <a href="$[user.pm_href]">message $[user.name]</a> <a href="/user/$[user.id]/recent">$[user.name]'s posts timeline</a> <a href="/user/$[user.id]/recent_threads">$[user.name]'s threads timeline</a> <a href="/user/$[user.id]/activity">$[user.name]'s activity</a> <a href="/search">Full site search</a> <a href="/posts/recent">Whole sites timeline</a> <a href="/page/twitter-portal">Twitter portal</a> <a href="/board/32/music-act">Music</a> <a href="/board/35/dj-elecronic-acts">Dj/electonic</a> <a href="/board/50/actors">Acting</a> <a href="/board/31/comedy-acts">Comedy</a> <a href="/board/38/art-sculpture">Art/sculpture</a> <a href="/board/42/dance-acts">Dance</a> <a href="/board/46/magic-acts">Magic</a> <a href="/board/54/all-acts">Other acts</a> </div> </div>
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on May 14, 2017 10:44:39 GMT -8
Nothing to do with z index. It's clipping because of the overflow being hidden. Just remove the relative position from the dropdown class.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 28, 2024 15:07:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 14, 2017 10:54:40 GMT -8
Nothing to do with z index. It's clipping because of the overflow being hidden. Just remove the relative position from the dropdown class. there wasn't one so i added style="position:static;" and it seems to have done the job thank you peter
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on May 14, 2017 11:09:56 GMT -8
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 28, 2024 15:07:21 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 14, 2017 14:13:29 GMT -8
it put it at the bottom of my mobile templates rather than css .. i didn't know where it was sorry thank you for the help
|
|