Merge pull request #3657 from SillyTavern/fix-buttons-popup-display Fix `/buttons` buttons not being displayed on log popup texts
Signed| @@ -1,6 +1,5 @@ | ||
| 1 | 1 | .scrollable-buttons-container { |
| 2 | 2 | max-height: 50vh; /* Use viewport height instead of fixed pixels */ |
| 3 | - overflow-y: auto; | |
| 4 | 3 | -webkit-overflow-scrolling: touch; /* Momentum scrolling on iOS */ |
| 5 | 4 | margin-top: 1rem; /* m-t-1 is equivalent to margin-top: 1rem; */ |
| 6 | 5 | flex-shrink: 1; |