#Sticky navigation bar broken
1 messages · Page 1 of 1 (latest)
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 ---> 
@dense basin @bronze sorrel
Sticky broke with in the last week or so, you'll have to switch to position: fixed
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)
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
No one?