We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f5c49 commit 6543b29Copy full SHA for 6543b29
res/css/structures/_RoomView.pcss
@@ -76,6 +76,8 @@ Please see LICENSE files in the repository root for full details.
76
flex-direction: column;
77
flex: 1;
78
min-width: 0;
79
+ container-type: size;
80
+ container-name: roomview;
81
82
.mx_RoomView_messagePanel,
83
.mx_RoomView_messagePanelSpinner,
res/css/views/rooms/_Autocomplete.pcss
@@ -65,7 +65,12 @@
65
margin: 12px;
66
height: 100%;
67
overflow-y: scroll;
68
- max-height: 35vh;
+}
69
+
70
+@container roomview (height >= 0px) {
71
+ .mx_Autocomplete_Completion_container_pill {
72
+ max-height: 40cqh;
73
+ }
74
}
75
.mx_Autocomplete_Completion_container_truncate {
0 commit comments