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

View File

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