Merge pull request #5112 from matrix-org/jryans/repair-action-bar-safe-area-release

Fix action bar safe area regression
This commit is contained in:
J. Ryan Stinnett 2020-08-13 20:04:16 +01:00 committed by GitHub
commit 054067abbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ limitations under the License.
width: calc(10px + 48px + 100% + 8px);
// safe area + action bar
height: calc(20px + 100%);
top: -20px;
top: -12px;
left: -58px;
z-index: -1;
cursor: initial;