# ¿Cómo eliminar la barra superior pegajosa?

**URL:** https://meta.discourse.org/t/how-to-remove-sticky-top-bar/88333
**Category:** Support
**Created:** [24 Mayo, 2018 04:03 UTC](https://meta.discourse.org/t/how-to-remove-sticky-top-bar/88333 "2018-05-24T04:03:38Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [24 Mayo, 2018 04:45 UTC](https://meta.discourse.org/t/how-to-remove-sticky-top-bar/88333/3 "2018-05-24T04:45:39Z")

</div>

You could disable the stickiness by creating a theme and adding this to your CSS:

```CSS
.d-header {
    position: relative;
}

```

This may impact the layout in other ways and cause issues with the dropdown menus, so you’d need to write some additional CSS to get around those problems. Getting started with themes: [Structure of themes and theme components](https://meta.discourse.org/t/how-to-develop-custom-themes/60848/1).

There are also a lot of additional topics that might help you with general Discourse questions in the #howto category.

---

_[View the full topic](https://meta.discourse.org/t/how-to-remove-sticky-top-bar/88333)._
