Fix media browser bar position (#16293)

Fixes media browser bar position
This commit is contained in:
Paul Bottein 2023-04-24 18:09:21 +02:00 committed by GitHub
parent c0ec7e4f09
commit 52546ab567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,10 +286,8 @@ class PanelMediaBrowser extends LitElement {
}
ha-bar-media-player {
position: absolute;
bottom: 0;
left: 0;
right: 0;
position: fixed;
width: var(--mdc-top-app-bar-width, 100%);
}
`,
];