Skip to content

Commit 83b3177

Browse files
author
Lucy
committed
fix the dial Panel Height.
1 parent cf32ac5 commit 83b3177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DialerPanel/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $dial_input_height: 10%;
3333
}
3434
.dialButtons {
3535
@include full-size;
36-
height: calc(90% - 5px);
36+
height: calc(100% - 60px);
3737
}
3838
.dialPad {
3939
height: 80%;

0 commit comments

Comments
 (0)