Remove overflow hidden from profile (#19279)

This commit is contained in:
Bram Kragten 2024-01-04 13:20:35 +01:00
parent f147a5e909
commit a1cf18468b

View File

@ -250,7 +250,6 @@ class HaPanelProfile extends LitElement {
max-width: 600px;
margin: 0 auto;
padding-bottom: env(safe-area-inset-bottom);
overflow: hidden;
}
.content > * {