# Suddenly the drop down content is showing behind other elements

**URL:** https://community.weweb.io/t/suddenly-the-drop-down-content-is-showing-behind-other-elements/2331
**Category:** Ask us anything
**Created:** [April 17, 2023, 4:40pm UTC](https://community.weweb.io/t/suddenly-the-drop-down-content-is-showing-behind-other-elements/2331 "2023-04-17T16:40:57Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![victornocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/victornocode/32/2648_2.png) [@victornocode](https://community.weweb.io/u/victornocode)
#### Post date: [April 17, 2023, 4:40pm UTC](https://community.weweb.io/t/suddenly-the-drop-down-content-is-showing-behind-other-elements/2331/1 "2023-04-17T16:40:57Z")

</div>

This was working fine last week, but today I joined and saw that all the dropdowns of this line appear behind the below element

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/f/fc1e5d6a8195d488e0b009cd23b9f39846d9d32b.jpeg)

---

<div class="post-metadata">

### Author: ![aurelie](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/aurelie/32/13249_2.png) [@aurelie](https://community.weweb.io/u/aurelie)
#### Post date: [April 18, 2023, 8:22am UTC](https://community.weweb.io/t/suddenly-the-drop-down-content-is-showing-behind-other-elements/2331/2 "2023-04-18T08:22:22Z")

</div>

Hi @victornocode,  
have you a zindex on the element below? Which element it is?

---

<div class="post-metadata">

### Author: ![victornocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/victornocode/32/2648_2.png) [@victornocode](https://community.weweb.io/u/victornocode)
#### Post date: [April 18, 2023, 2:36pm UTC](https://community.weweb.io/t/suddenly-the-drop-down-content-is-showing-behind-other-elements/2331/3 "2023-04-18T14:36:17Z")

</div>

I haven’t, they still the same as the last time it was working, but suddenly is not working. I’ve checked every element property to check if there’s a z-index problem but all looks fine

---

<div class="post-metadata">

### Author: ![Quentin](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/quentin/32/6_2.png) [@Quentin](https://community.weweb.io/u/Quentin)
#### Post date: [April 18, 2023, 3:06pm UTC](https://community.weweb.io/t/suddenly-the-drop-down-content-is-showing-behind-other-elements/2331/4 "2023-04-18T15:06:17Z")

</div>

Could you send me the URL of your project as a DM? We’ll have a look.

---

<div class="post-metadata">

### Author: ![victornocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/victornocode/32/2648_2.png) [@victornocode](https://community.weweb.io/u/victornocode)
#### Post date: [April 18, 2023, 7:43pm UTC](https://community.weweb.io/t/suddenly-the-drop-down-content-is-showing-behind-other-elements/2331/5 "2023-04-18T19:43:41Z")

</div>

I think I see what’s the problem, maybe because a new UI update of Weweb, now this container is missing the “overflow” property and is set to “hidden” by default

 ![image](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/2X/c/cb46868fccbdc7869842d1c321dc2342f8cfa9c6.jpeg)

---

<div class="post-metadata">

### Author: ![victornocode](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/victornocode/32/2648_2.png) [@victornocode](https://community.weweb.io/u/victornocode)
#### Post date: [April 18, 2023, 7:46pm UTC](https://community.weweb.io/t/suddenly-the-drop-down-content-is-showing-behind-other-elements/2331/6 "2023-04-18T19:46:12Z")

</div>

Sorry, I just saw that overflow is now within “effects”, problem solved 🙂
