11 lines
135 B
SCSS
11 lines
135 B
SCSS
.AddChatMembers {
|
|
position: relative;
|
|
overflow: hidden;
|
|
height: 100%;
|
|
|
|
&-inner {
|
|
overflow: hidden;
|
|
height: 100%;
|
|
}
|
|
}
|