DrakeVuase
(DrakeVuase)
1
I have a custom YAML dashboard for a tablet kiosk:
The problem I am having is that you can accidentally vertically scroll this dashboard, which shifts the dashboard off the top of the screen:
Is there an easy way to completely disable vertical scrolling?
DrakeVuase
(DrakeVuase)
3
It doesn’t work when zooming out and I would like a solution if possible
mrgrlscz
(StevenGrlscz)
5
your-theme-name:
card-mod-theme: your-theme-name # mandatory
card-mod-root-yaml: |
.: |
:host {
position: fixed;
}
please try this and let us know if its OK or not?