最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

css - Dropdown contents hidden behind content

programmeradmin1浏览0评论
Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 5 years ago.

Improve this question

I know this question has been asked across the net plenty of times already, but despite that, I still can't seem to figure out a feasible solution! :( I'm sure it's a simple fix...

As the title implies, I'm struggling to get some dropdown boxes to show its contents above everything else. I've tried z-index, which perhaps seems like the obvious solution... but perhaps I'm putting the code in the wrong place?

  • Here's a video of the issue: Link 1
  • Here's a link to the issue: Link 2

Your input and time is much appreciated! :)

As a bonus, if you can also figure out how to inline the left and right elements like this, good karma will be sent your way <3

Thanks, - D

Closed. This question is off-topic. It is not currently accepting answers.

Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.

Closed 5 years ago.

Improve this question

I know this question has been asked across the net plenty of times already, but despite that, I still can't seem to figure out a feasible solution! :( I'm sure it's a simple fix...

As the title implies, I'm struggling to get some dropdown boxes to show its contents above everything else. I've tried z-index, which perhaps seems like the obvious solution... but perhaps I'm putting the code in the wrong place?

  • Here's a video of the issue: Link 1
  • Here's a link to the issue: Link 2

Your input and time is much appreciated! :)

As a bonus, if you can also figure out how to inline the left and right elements like this, good karma will be sent your way <3

Thanks, - D

Share Improve this question asked Jul 22, 2019 at 2:09 DazzaDazza 33 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

This selector

#buddypress div.item-list-tabs ul li

is set to

overflow: hidden;

Remove that rule or change it to visible to show the drop-down menu.

发布评论

评论列表(0)

  1. 暂无评论