From ec1d25586366cbf63d38ca8f3f8c37a11ae5fb37 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 23 Jul 2020 21:40:30 -0400 Subject: [PATCH] Work around Firefox flexbox scrolling bug row-reverse and column-reverse do not overflow correctly in Firefox. The left side's statblock list is now row-order; the list of combatants is reversed, and the list is automatically scrolled to the right --- src/components/Combat.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/Combat.vue b/src/components/Combat.vue index 8f45808..2edf95b 100644 --- a/src/components/Combat.vue +++ b/src/components/Combat.vue @@ -1,7 +1,7 @@