From de47abe863e89504d230b3a284b55141a64a8571 Mon Sep 17 00:00:00 2001 From: lykimchee Date: Mon, 4 Dec 2023 20:17:36 -0500 Subject: [PATCH] Remove element overlapping scrollbar hitbox (#2009) * Remove element overlapping scrollbar hitbox * Move style to annotation.scss --------- Co-authored-by: Damian Ho --- app/assets/stylesheets/annotations.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/annotations.scss b/app/assets/stylesheets/annotations.scss index 048abb463..82f7cad3b 100755 --- a/app/assets/stylesheets/annotations.scss +++ b/app/assets/stylesheets/annotations.scss @@ -893,6 +893,14 @@ font-weight: bold; } +/* Disable Bootstrap styling to allow for scrolling within annotations and + * grades sidebars in file viewer + * (allows clicking on the scrollbar) + */ +.drag-target.right-aligned { + display: none; +} + /* Tooltip */ span > .material-icons { vertical-align: middle;