#Sticky navigation bar broken

1 messages · Page 1 of 1 (latest)

lofty pewter
#

The same issue happened to me on that version update. I have always used this:

card_mod:
  style: |
    :host {
      z-index: 999;
      position: sticky;
      position: -webkit-sticky;
      bottom: 0;
      font-size: .7em !important;
    }```
...but now it's ineffective. Unfortunately, I haven't had any free time to dig into it yet, but will try over the next day or so and post the fix here for anyone else having the same issue     ---> ![soon](https://cdn.discordapp.com/emojis/530492301072400394.webp?size=128 "soon")
@dense basin  @bronze sorrel
vague crow
#

Sticky broke with in the last week or so, you'll have to switch to position: fixed

lime merlin
#

Anyone found a solution to this? fixed is not giving the same result as sticky and it is driving me absolutely insane!

#

On the forum and on github this question isn't asked that much which makes me wonder, are there really so little people using the sticky css feature in HA? I find it hard to believe.

#

I also do not completely understand why this was changed/removed, sounds like basic css (there wasn't anything in the changelogs that mentioned any of this either)

lime merlin
#

For now I have just used position: fixed, unfortunately that doesn't play very well when the sidebar is on screen, but without the sidebar it works fine

#

I still wonder why so little people use position: sticky

lime merlin
#

No one?