Fix bottom app bar position #2

Merged
zbolo-wd merged 2 commits from develop into main 2023-05-31 14:41:51 +02:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 506d33a2c8 - Show all commits

View file

@ -11,8 +11,6 @@ const template = `
`;
const style = `
:host {
position: fixed;
bottom: 20px;
display: flex;
height: 42px;
width: 80%;

View file

@ -16,4 +16,5 @@ footer {
display: grid;
place-items: center;
width: 100%;
height: calc(42px + 20px + 20px);
}