Skip to content

Commit f019bc4

Browse files
committed
fix TCO leaderboard dropdown - mobile
1 parent 5e3f1de commit f019bc4

File tree

1 file changed

+6
-0
lines changed
  • src/shared/components/Dashboard/TCOLeaderboards

1 file changed

+6
-0
lines changed

src/shared/components/Dashboard/TCOLeaderboards/styles.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@
108108
min-width: 180px;
109109
}
110110

111+
.Select-menu-outer {
112+
@media screen and (max-width: 1786px) {
113+
margin-left: -75px;
114+
}
115+
}
116+
111117
.Select-menu {
112118
padding: 4px 0;
113119
}

0 commit comments

Comments
 (0)