From 6acd2ab7d481da3e9e9ab17ae2958e6c12011913 Mon Sep 17 00:00:00 2001 From: awesomerobot Date: Fri, 25 Sep 2020 21:06:17 -0400 Subject: [PATCH] UX: Allow horizontal scroll on mobile post buttons --- app/assets/stylesheets/mobile/topic-post.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 72945296fb2..2b8a34217ec 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -29,6 +29,10 @@ span.badge-posts { .topic-post { nav.post-controls { color: var(--primary-low-mid-or-secondary-high); + &.expanded { + // on small devices with many buttons this can overflow + overflow-x: scroll; + } .actions { display: flex;