Prevent echo labels from overflowing over the personal

dropdown and interfering with the hover activation

Change-Id: I98ef872931cf5fa5cb56dba83284dbb02a521a27
isekai
Isarra 6 years ago
parent 187dccee9d
commit 147a0349b7

@ -34,6 +34,13 @@
}
@media ( min-width: @desktop-small-floor ) {
// Prevent echo badge labels from overflowing over this
// since they're just color:transparent and still right there
#personal {
position: relative;
z-index: 5;
}
#personal-extra {
float: left;
margin-left: -4.5em;

Loading…
Cancel
Save