Skip to content

Commit

Permalink
Remove element overlapping scrollbar hitbox (autolab#2009)
Browse files Browse the repository at this point in the history
* Remove element overlapping scrollbar hitbox

* Move style to annotation.scss

---------

Co-authored-by: Damian Ho <damian_ho_xu_yang@yahoo.com>
  • Loading branch information
lykimchee and damianhxy authored Dec 5, 2023
1 parent 84f92d4 commit de47abe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/annotations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit de47abe

Please sign in to comment.