Merge pull request #3657 from SillyTavern/fix-buttons-popup-display Fix `/buttons` buttons not being displayed on log popup texts

594cba30ca1209a08af7312f5c5eb8d9e0f098b3

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +0 -1Showing whitespace changes
public/css/scrollable-button.css+0 -1
@@ -1,6 +1,5 @@
11.scrollable-buttons-container {
22 max-height: 50vh; /* Use viewport height instead of fixed pixels */
3- overflow-y: auto;
43 -webkit-overflow-scrolling: touch; /* Momentum scrolling on iOS */
54 margin-top: 1rem; /* m-t-1 is equivalent to margin-top: 1rem; */
65 flex-shrink: 1;