]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_lists.scss
Dropdowns: Fixed bad direction logic, added dynmaic height
[bookstack] / resources / sass / _lists.scss
index 299bfbc335e22a57602b8ba7d9eef566ae3873fd..865b503c83e1313bad874ecec0aa3d627c9a4dbb 100644 (file)
@@ -672,7 +672,7 @@ ul.pagination {
   @include lightDark(color, #555, #eee);
   fill: currentColor;
   text-align: start !important;
-  max-height: 80vh;
+  max-height: 500px;
   overflow-y: auto;
   &.anchor-left {
     inset-inline-end: auto;