# Move X down to bottom to close "Your topic is similar to..." popup

**URL:** https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186
**Category:** UX
**Created:** [2 Novembre 2015, 7:18pm UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186 "2015-11-02T19:18:12Z")
**Posts on this page:** 11
**Page:** 1

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [2 Novembre 2015, 7:18pm UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/1 "2015-11-02T19:18:12Z")

</div>

I am constantly struggling with the “Your topic is similar to…” popup which on my screen disappears off the top of the window, behind the header. See the screenshot below. While I appreciate the helper text, it interferes with my browsing of the site while writing and has me fiddling with text size or making the composer window smaller until the X shows up so I can close it!

My request is to move the X button down to the bottom right corner of the blue popup so that I can quickly dismiss it.

 ![](https://global.discourse-cdn.com/meta/original/3X/f/e/fec264a74be0eb44ee3a3c957069e201eb5c1176.png)

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [2 Novembre 2015, 7:25pm UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/2 "2015-11-02T19:25:47Z")

</div>

Good idea IMHO, I’ve encountered this problem a few times as well.

I usually have my view-port shortened a bit so I can access other apps etc (granted, I could use the toolbar instead)  
This problem is more troublesome the rare times when I also have dev tools opened while starting a new topic

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [3 Novembre 2015, 4:58am UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/3 "2015-11-03T04:58:51Z")

</div>

I still struggle with this dialog, have never had a hit there when composing a topic that stopped me from composing a topic or was even too relevant.

(x) at bottom right though would be mega weird, we do that no where else … maybe the word “close” … not sure.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [20 Novembre 2015, 9:20pm UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/4 "2015-11-20T21:20:48Z")

</div>

I don’t think there is an easy solution to get the topic suggestion window to display overtop of the header, but still have the dropdown menus display overtop of the composer. That’s because the header has `position: fixed` and that creates a new stacking context. If you reduce the header’s z-index you end up with this:

 ![](https://global.discourse-cdn.com/meta/original/3X/7/e/7e81dd5d3ae1b06562f1043c5dbdbe3056e6df43.png)

Possible solutions are to move the popup-menu’s markup so that it is not a child of the composer and can then get it’s own stacking context, or move it to the side of the composer with css like this:

 ![](https://global.discourse-cdn.com/meta/original/3X/9/6/968fd30d448dfcf8e02cfa33a67d354c7a398ce2.png)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [20 Novembre 2015, 10:13pm UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/5 "2015-11-20T22:13:18Z")

</div>

It might be better to replace (overlay) the preview. I believe we discussed this before, but that seems like a good idea to me.

---

<div class="post-metadata">

### Author: ![Hector](https://avatars.discourse-cdn.com/v4/letter/h/43a26b/32.png) [@Hector](https://meta.discourse.org/u/Hector)
#### Post date: [20 Novembre 2015, 10:57pm UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/6 "2015-11-20T22:57:59Z")

</div>

I think the overlay on the preview isn’t a good idea. The size of the composer can be changed and the preview can be hidden. It seems forced to me. Why not make the popup start at the header (but not starting on the left) and extend below overlapping a portion of the composer if the space is constrained?

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [20 Novembre 2015, 11:34pm UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/7 "2015-11-20T23:34:03Z")

</div>

My personal pref is simply making topic create full screen

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [20 Novembre 2015, 11:45pm UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/8 "2015-11-20T23:45:58Z")

</div>

Why? That makes no sense, except on mobile. The whole point of the composer is that you can continue to read, scan other topics, etc. Strongly opposed. Except on mobile..

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [21 Novembre 2015, 12:10am UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/9 "2015-11-21T00:10:15Z")

</div>

It’s a personal pref for me, in practice I almost never browse around while composing topics, if I do I am happy to use another tab

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [21 Novembre 2015, 12:37am UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/10 "2015-11-21T00:37:03Z")

</div>

I don’t often browse around while creating a new topic, but I very often browse around while composing a reply.

---

<div class="post-metadata">

### Author: ![erlend\_sh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/erlend_sh/32/119475_2.png) [@erlend\_sh](https://meta.discourse.org/u/erlend_sh)
#### Post date: [7 Agosto 2016, 10:58am UTC](https://meta.discourse.org/t/move-x-down-to-bottom-to-close-your-topic-is-similar-to-popup/35186/11 "2016-08-07T10:58:07Z")

</div>


