fix(NumberKeyboard): incorrect sidebar position when has title (#4228)

This commit is contained in:
neverland 2019-08-25 10:55:39 +08:00 committed by GitHub
parent dc6a3c4243
commit e70116c9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,8 @@
&__sidebar { &__sidebar {
position: absolute; position: absolute;
top: 0;
right: 0; right: 0;
bottom: 0;
width: 25%; width: 25%;
height: @number-keyboard-key-height * 4; height: @number-keyboard-key-height * 4;
} }