Revert "style(NumberKeyboard): improve safe area inset bottom (#6855)"

This reverts commit 418fa02439f1211c3f488f9d35292dfad243796f.
This commit is contained in:
chenjiahan 2020-07-24 15:37:41 +08:00
parent 418fa02439
commit d5808be9b3
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,8 @@
left: 0;
z-index: @number-keyboard-z-index;
width: 100%;
padding-bottom: @number-keyboard-safe-area-inset-bottom;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
background-color: @number-keyboard-background-color;
user-select: none;

View File

@ -498,7 +498,6 @@
@number-keyboard-cursor-height: 40%;
@number-keyboard-cursor-animation-duration: 1s;
@number-keyboard-z-index: 100;
@number-keyboard-safe-area-inset-bottom: 32px;
// Overlay
@overlay-z-index: 1;