You can actually set the settingsButtonStyle’s and fullscreenButtonStyle’s overflow parameter to hidden as a temporary workaround so that the scrollbars at the bottom would disappear.
settingsButtonStyle, fullscreenButtonStyle were added a while back, submitButtonSuccessText, hideSettingsButton, hideFullscreenButton were quite new I think.
You can actually set the
settingsButtonStyle
’s andfullscreenButtonStyle
’soverflow
parameter tohidden
as a temporary workaround so that the scrollbars at the bottom would disappear.commentOptions settingsButtonStyle = overflow: hidden; fullscreenButtonStyle = overflow: hidden;
Also did you notice a few more customization options were added to the Comments Plugin?
Tap for spoiler
settingsButtonStyle
,fullscreenButtonStyle
were added a while back,submitButtonSuccessText
,hideSettingsButton
,hideFullscreenButton
were quite new I think.