Ivan Kara
Ivan Kara
this works for me: `data-bs-popper-config='{"strategy":"fixed"}'`
try to verify with flatseal if mpv shim can access and write into your home directory
restarting the browser does not fix it for me
.8 introduces new bugs: - expand on hover shifts the whole tab content (again). - 
seems to be fixed on a.12
> no significant performance improvements were observed was it tested with bandwidth intensive app like openspeedtest? with traefik i cant hit above 600Mbps consistently on http/2 while nginx got above...
i tried this: ```yml button_1: View Snapshot url_1: "{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/snapshot.jpg" button_2: "" button_3: "" ``` it seems to work but it adds an extra empty button below 
this is on android: 
setting the urls to empty makes the null buttons go away on android but on ios the 1 extra button still exists
```yml button_1: View Snapshot url_1: "{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/snapshot.jpg" button_2: "" url_2: "" button_3: View Clip url_3: >- {{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/{{camera}}/clip.mp4 ``` 