profile: Fix glitch when exiting custom profile display UI.

Tweaked by tabbott to add a brief comment explaining the issue.

Fixes: #9702.
This commit is contained in:
Shubham Dhama
2018-06-07 14:00:27 +05:30
committed by Tim Abbott
parent 0b9d4fbb06
commit ed7373febb

View File

@@ -1225,6 +1225,8 @@ input[type=checkbox].inline-block {
}
.modal.fade {
/* Ensure the modal is entirely off-screen while we fade the background */
top: -50%;
-webkit-transition: opacity 0.3s linear;
-moz-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;