mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 09:34:41 +08:00
FIX: Mobile admin menu iOS rendering bug
This commit is contained in:
@ -50,6 +50,11 @@
|
|||||||
.topic-admin-popup-menu.right-side {
|
.topic-admin-popup-menu.right-side {
|
||||||
right: 50px;
|
right: 50px;
|
||||||
bottom: -150px; // Prevents menu from being too high when a topic is very short
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user