shellphone.app/app/features/core/components/footer.css
2022-06-09 00:33:38 +02:00

8 lines
182 B
CSS

@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
.footer-ios {
margin-bottom: var(--safe-area-bottom);
padding-bottom: var(--safe-area-bottom);
}
}