UX: bottom padding for menu panel on iOS notch devices (#11270)

This commit is contained in:
Penar Musaraj 2020-11-17 15:42:03 -05:00 committed by GitHub
parent 75e92e1bd7
commit d90b852cd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,3 +31,7 @@
padding: 0.75em calc(0.5em + 4px + 1px);
}
}
.panel-body-contents {
padding-bottom: env(safe-area-inset-bottom);
}