fix: fixed overflow scrollbar appearing in dropdown (#3062)

This commit is contained in:
Wyatt Johnson
2020-07-31 13:30:08 -04:00
committed by GitHub
parent 6966bb8d12
commit f7d01174d7
3 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@
}
.wrapper {
overflow-x: hidden;
overflow: hidden;
/* adjust for button line-height being > 1 */
margin-top: -2px;
}
@@ -41,6 +41,6 @@
}
.buttonText {
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
}
@@ -3,6 +3,6 @@
}
.buttonText {
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
}
@@ -3,6 +3,6 @@
}
.buttonText {
overflow-x: hidden;
overflow: hidden;
text-overflow: ellipsis;
}