From c97d849a56d4642d9eb750beccb748b7d8ac15bd Mon Sep 17 00:00:00 2001 From: bobzel Date: Tue, 8 Oct 2024 23:43:43 -0400 Subject: extended flashcard UI to cardDecks --- src/client/views/collections/FlashcardPracticeUI.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/client/views/collections/FlashcardPracticeUI.scss') diff --git a/src/client/views/collections/FlashcardPracticeUI.scss b/src/client/views/collections/FlashcardPracticeUI.scss index 53c26ad34..2f99500f8 100644 --- a/src/client/views/collections/FlashcardPracticeUI.scss +++ b/src/client/views/collections/FlashcardPracticeUI.scss @@ -13,6 +13,11 @@ color: white; } } +.FlashcardPracticeUI-practice { + position: absolute; + width: 100%; + pointer-events: all; +} .FlashcardPracticeUI-remove { left: 52%; } @@ -30,6 +35,7 @@ transform-origin: top left; border-radius: 5px; color: rgba(255, 255, 255, 0.5); + pointer-events: all; background: rgba(0, 0, 0, 0.1); .FlashcardPracticeUI-practiceModes { width: 100%; -- cgit v1.2.3-70-g09d2