mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 20:13:27 +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…
x
Reference in New Issue
Block a user