Skip to content

Commit

Permalink
FIX: Mobile admin menu iOS rendering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Aug 28, 2018
1 parent 3a4a6cb commit feeaac8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/common/base/topic.scss
Expand Up @@ -50,6 +50,11 @@
.topic-admin-popup-menu.right-side {
right: 50px;
bottom: -150px; // Prevents menu from being too high when a topic is very short
transform: translate3d(
0,
0,
0
); // iOS11 Rendering bug https://meta.discourse.org/t/wrench-menu-not-disappearing-on-ios/94297
}
}

Expand Down

1 comment on commit feeaac8

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/wrench-menu-not-disappearing-on-ios/94297/4

Please sign in to comment.