Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrollbutton not hidden in multirow #302

Closed
zolstarym opened this issue May 7, 2020 · 2 comments
Closed

scrollbutton not hidden in multirow #302

zolstarym opened this issue May 7, 2020 · 2 comments

Comments

@zolstarym
Copy link

zolstarym commented May 7, 2020

Add all information required in 1-5 and delete this line and everything above it before submitting.

  1. Describe the issue
    Scrollbuttons are not hidden when multirow is enabled:
    @import "./css/tabs/tabs_multiple_lines_fx71.css"; // /* Fx 71+ */
    see attached pic
    Screenshot from 2020-05-07 12-40-57
    When the tabs reach the end of available space, the scrollbuttons appear above and below the tab bar.
    In tabs area on userchrome, @import "./css/tabs/tab_close_hidden.css"; /
    / is also enabled
    and in general variables.css:
    /* for tabs_multiple_lines.css and tabs_multiple_lines_v2.css */
    --tab_min_width_mlt: 60px !important;
    --tab_max_width_mlt: 300px !important;

Using version 3.1.3

  1. System information
  • latest CustomCSSforFx files (yes / no [no support, if 'no']):
  • OS & OS version:
    Linux mint 19.3
  • OS theme (if not default):
  • DPI / HiDPI resolution:
  • Firefox version: 76
  • Firefox theme / lw-theme:
  • This projects 'settings' the issue occurs with:
@Aris-t2
Copy link
Owner

Aris-t2 commented May 7, 2020

link[href$="arrowscrollbox.css"] ~ #scrollbutton-up,
link[href$="arrowscrollbox.css"] ~ #scrollbutton-down {
  display: none !important;
}

@zolstarym
Copy link
Author

That fixes it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants