Skip to content

Commit cfdb81b

Browse files
update
1 parent 8369ae5 commit cfdb81b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

css/footer.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
display: flex;
77
justify-content: space-between;
88
padding: 0.5rem var(--space);
9+
padding-bottom: env(safe-area-inset-bottom);
910
width: 100%;
1011
}
1112

css/language.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
box-shadow: 0rem 0.5rem 0.5rem 0.2rem var(--color-3);
9090
color: var(--color-3);
9191
left: 50%;
92-
/* opacity: 0; */
92+
opacity: 0;
9393
padding: 0.6rem 1.2rem;
9494
pointer-events: none;
9595
position: fixed;

0 commit comments

Comments
 (0)