Fix /buttons buttons not being displayed - On long popup texts, the buttons of the `/popup` slash command will not be displayed, cause by an unneeded overflow CSS property Fixes #3654

e3bcc79bb7ffc9069f48d7b00c7c762b96679460

Wolfsblvt <wolfsblvt@gmail.com>

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