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

  • BluePower@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    16 days ago

    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 settingsButtonStylefullscreenButtonStylesubmitButtonSuccessTexthideSettingsButtonhideFullscreenButton.

    • 🎲VioneT@lemmy.worldOPM
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      16 days ago

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

  • BluePower@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    15 days ago

    Yeah, I could see the overflow issue spreading across many generator pages, even into the plugin page itself. I think the Dev should apply the possible fix that would get applied across generator pages.

    This issue did not appear on Firefox though upon checking.