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

Fix action bar safe area regression
pull/21833/head
J. Ryan Stinnett 2020-08-13 19:42:58 +01:00 committed by GitHub
commit ad7d5b74a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;