mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix media browser bar position (#16293)
Fixes media browser bar position
This commit is contained in:
parent
c0ec7e4f09
commit
52546ab567
@ -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%);
|
||||
}
|
||||
`,
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user