mirror of https://github.com/vector-im/riot-web
Merge pull request #2587 from matrix-org/bwindels/fixcustomtagslayout
Fix: make sure custom tag scroller doesn't overflow parentpull/21833/head
commit
90768ee3b7
|
@ -21,7 +21,11 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel {
|
.mx_CustomRoomTagPanel {
|
||||||
background-color: $tagpanel-bg-color;
|
background-color: $tagpanel-bg-color;
|
||||||
max-height: 40%;
|
max-height: 40vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_CustomRoomTagPanel_scroller {
|
||||||
|
max-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
.mx_CustomRoomTagPanel .mx_AccessibleButton {
|
||||||
|
|
Loading…
Reference in New Issue