forked from matrix/element-web
overflow hidden for groupPublicity scrollbox
This commit is contained in:
parent
123ad19b28
commit
72563e6114
|
@ -19,4 +19,5 @@ limitations under the License.
|
||||||
border: 1px solid $primary-hairline-color;
|
border: 1px solid $primary-hairline-color;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue