Increase margin to avoid fab overlap on backup overview page (#24047)

This commit is contained in:
Paul Bottein 2025-02-03 16:00:08 +01:00 committed by Bram Kragten
parent 0f4b6b423a
commit b263b74916

View File

@ -221,8 +221,7 @@ class HaConfigBackupOverview extends LitElement {
gap: 24px;
display: flex;
flex-direction: column;
margin-bottom: 24px;
margin-bottom: 72px;
margin-bottom: calc(env(safe-area-inset-bottom) + 72px);
}
.card-actions {
display: flex;