make sure scroller doesn't overflow parent
This commit is contained in:
parent
b50bfa1eda
commit
d4ed0bc038
1 changed files with 5 additions and 1 deletions
|
@ -21,7 +21,11 @@ limitations under the License.
|
|||
|
||||
.mx_CustomRoomTagPanel {
|
||||
background-color: $tagpanel-bg-color;
|
||||
max-height: 40%;
|
||||
max-height: 40vh;
|
||||
}
|
||||
|
||||
.mx_CustomRoomTagPanel_scroller {
|
||||
max-height: inherit;
|
||||
}
|
||||
|
||||
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
||||
|
|
Loading…
Reference in a new issue