shellphone.app/app/features/core/components/footer.css

8 lines
182 B
CSS
Raw Normal View History

2022-06-08 22:33:38 +00:00
@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
.footer-ios {
margin-bottom: var(--safe-area-bottom);
padding-bottom: var(--safe-area-bottom);
}
}