We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8369ae5 commit cfdb81bCopy full SHA for cfdb81b
2 files changed
css/footer.css
@@ -6,6 +6,7 @@
6
display: flex;
7
justify-content: space-between;
8
padding: 0.5rem var(--space);
9
+ padding-bottom: env(safe-area-inset-bottom);
10
width: 100%;
11
}
12
css/language.css
@@ -89,7 +89,7 @@
89
box-shadow: 0rem 0.5rem 0.5rem 0.2rem var(--color-3);
90
color: var(--color-3);
91
left: 50%;
92
- /* opacity: 0; */
+ opacity: 0;
93
padding: 0.6rem 1.2rem;
94
pointer-events: none;
95
position: fixed;
0 commit comments