Skip to content

Commit c216ae7

Browse files
Lex. Huangembbnux
authored andcommitted
style(ActiveCallPanel): fix spliced scrollbar issue (#664)
1 parent a58e094 commit c216ae7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ConferencePanel/styles.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import '../../lib/commonStyles/colors';
22
@import '../../lib/commonStyles/fonts';
3+
@import '../../lib/commonStyles/layout';
34

45
.container {
56
height: 100%;
@@ -95,14 +96,13 @@
9596
}
9697

9798
.selectNumberPage {
98-
9999
.dialInNumberList {
100100
position: absolute;
101101
box-sizing: border-box;
102102
width: 100%;
103-
height: 100%;
103+
height: calc(100% - #{$header-height});
104104
overflow: auto;
105-
padding: 15px 20px 55px;
105+
padding: 15px 20px;
106106
}
107107
}
108108
ul.dialInNumberList {

0 commit comments

Comments
 (0)