mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Remove overflow hidden from profile (#19279)
This commit is contained in:
parent
f147a5e909
commit
a1cf18468b
@ -250,7 +250,6 @@ class HaPanelProfile extends LitElement {
|
|||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding-bottom: env(safe-area-inset-bottom);
|
padding-bottom: env(safe-area-inset-bottom);
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content > * {
|
.content > * {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user