FIX: Mobile admin menu iOS rendering bug

This commit is contained in:
Kris 2018-08-28 16:39:20 -04:00
parent 3a4a6cb41a
commit feeaac81df

View File

@ -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
}
}