Merge "Prevent echo labels from overflowing over the personal dropdown and interfering with the hover activation"

isekai
jenkins-bot 6 years ago committed by Gerrit Code Review
commit f5255a78e9

@ -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