mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: Mobile admin menu iOS rendering bug
This commit is contained in:
parent
3a4a6cb41a
commit
feeaac81df
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user