fix(NumberKeyboard): incorrect sidebar position when has title (#4228)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user