1
0
forked from Kieran/snort

.pb-safe-area

This commit is contained in:
Martti Malmi 2023-12-01 18:28:54 +02:00
parent f659bef15d
commit 984e216f0b

View File

@ -926,3 +926,7 @@ svg.repeat {
.hide-scrollbar::-webkit-scrollbar { .hide-scrollbar::-webkit-scrollbar {
display: none; /* Safari and Chrome */ display: none; /* Safari and Chrome */
} }
.pb-safe-area {
padding-bottom: env(safe-area-inset-bottom);
}