diff --git a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css index cd523a0cd..873e4acba 100644 --- a/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css +++ b/plugins/talk-plugin-profile-data/client/components/DownloadCommentHistory.css @@ -1,7 +1,7 @@ .button { margin: 0; &:disabled { - overflow: visible; + /* TODO: better optimize for mobile so this styling is not necessary */ height: auto; } i { @@ -12,4 +12,4 @@ .most_recent { color: #808080; -} \ No newline at end of file +}