mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
Revert "style(NumberKeyboard): improve safe area inset bottom (#6855)"
This reverts commit 418fa02439f1211c3f488f9d35292dfad243796f.
This commit is contained in:
parent
418fa02439
commit
d5808be9b3
@ -6,7 +6,8 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
z-index: @number-keyboard-z-index;
|
z-index: @number-keyboard-z-index;
|
||||||
width: 100%;
|
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;
|
background-color: @number-keyboard-background-color;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
|
@ -498,7 +498,6 @@
|
|||||||
@number-keyboard-cursor-height: 40%;
|
@number-keyboard-cursor-height: 40%;
|
||||||
@number-keyboard-cursor-animation-duration: 1s;
|
@number-keyboard-cursor-animation-duration: 1s;
|
||||||
@number-keyboard-z-index: 100;
|
@number-keyboard-z-index: 100;
|
||||||
@number-keyboard-safe-area-inset-bottom: 32px;
|
|
||||||
|
|
||||||
// Overlay
|
// Overlay
|
||||||
@overlay-z-index: 1;
|
@overlay-z-index: 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user