Merge remote-tracking branch 'add-to-shelves-dropdown-menu/add-to-shelves-dropdown-menu'

This commit is contained in:
Ozzie Isaacs
2026-02-21 09:43:50 +01:00
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
#add-to-shelves.dropdown-menu, #remove-from-shelves.dropdown-menu {
max-height: 300px;
overflow-y: auto;
}
.tooltip.bottom .tooltip-inner {
font-size: 13px;

View File

@@ -294,7 +294,7 @@
{% if current_user.is_authenticated %}
{% if current_user.shelf.all() or g.shelves_access %}
<div id="shelf-actions" class="btn-toolbar" role="toolbar">
<div class="btn-group" role="group" aria-label="Add to shelves">
<div class="btn-group dropup" role="group" aria-label="Add to shelves">
<button id="add-to-shelf" type="button"
class="btn btn-primary btn-sm dropdown-toggle" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">