mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: bottom padding for menu panel on iOS notch devices (#11270)
This commit is contained in:
parent
75e92e1bd7
commit
d90b852cd0
1 changed files with 4 additions and 0 deletions
|
@ -31,3 +31,7 @@
|
|||
padding: 0.75em calc(0.5em + 4px + 1px);
|
||||
}
|
||||
}
|
||||
|
||||
.panel-body-contents {
|
||||
padding-bottom: env(safe-area-inset-bottom);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue