Skip Navigation

[Bug (Fixed)] Overflow on the Fullscreen and Settings Button on comments-plugin

There seems to be a overflow issue on the comments-plugin's settings and fullscreen buttons.

4

You're viewing a single thread.

4 comments
  • 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.

    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

    You can also add settingsButtonStyle, fullscreenButtonStyle, submitButtonSuccessText, hideSettingsButton, hideFullscreenButton.

    • settingsButtonStyle, fullscreenButtonStyle were added a while back, submitButtonSuccessText, hideSettingsButton, hideFullscreenButton were quite new I think.