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

Network Dropdown fix things not scrolling properly
pull/21833/head
Michael Telatynski 2020-04-20 13:57:42 +01:00 committed by GitHub
commit c77589c9f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

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