Merge pull request #3657 from SillyTavern/fix-buttons-popup-display

Fix `/buttons` buttons not being displayed on log popup texts
This commit is contained in:
Cohee
2025-03-10 17:41:16 +02:00
committed by GitHub

View File

@@ -1,6 +1,5 @@
.scrollable-buttons-container {
max-height: 50vh; /* Use viewport height instead of fixed pixels */
overflow-y: auto;
-webkit-overflow-scrolling: touch; /* Momentum scrolling on iOS */
margin-top: 1rem; /* m-t-1 is equivalent to margin-top: 1rem; */
flex-shrink: 1;