mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:15:46 +08:00
FIX: Quote reply button was covered by iOS menu.
This commit is contained in:
parent
c095304d6d
commit
2862c4e5a3
|
@ -85,7 +85,7 @@ export default Ember.Controller.extend({
|
|||
let topOff = markerOffset.top;
|
||||
let leftOff = markerOffset.left;
|
||||
|
||||
if (isMobileDevice) {
|
||||
if (isMobileDevice || this.capabilities.isIOS) {
|
||||
topOff = topOff + 20;
|
||||
leftOff = Math.min(leftOff + 10, $(window).width() - $quoteButton.outerWidth());
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user