Network Dropdown fix things not scrolling properly
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
9e7b843f5d
commit
a0f704f419
|
@ -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: "";
|
||||||
|
|
Loading…
Reference in New Issue