1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Merge pull request #4439 from matrix-org/t3chguy/network_dropdown

Network Dropdown fix things not scrolling properly
This commit is contained in:
Michael Telatynski
2020-04-20 13:57:42 +01:00
committed by GitHub

View File

@@ -53,15 +53,16 @@ limitations under the License.
font-weight: 600; font-weight: 600;
line-height: $font-20px; line-height: $font-20px;
margin-bottom: 4px; margin-bottom: 4px;
position: relative;
// remove server button // remove server button
.mx_AccessibleButton { .mx_AccessibleButton {
position: absolute; position: absolute;
display: inline; display: inline;
right: 12px; right: 10px;
height: 16px; height: 16px;
width: 16px; width: 16px;
margin-top: 4px; margin-top: 2px;
&::after { &::after {
content: ""; content: "";