Skip to content

optgroup_columns (forget the scrollbar) - i have fixed  #360

Closed
@PaykomanVll

Description

@PaykomanVll

Hello,

on our Plugin "optgroup_columns" is a bug, show on our Demo http://brianreavis.github.io/selectize.js/ under the Plugins and "car" menu the last colum is out of the row (on chrome).

so i have changed line #3269

"width = Math.round(width_parent / n );"

to

"width = Math.round(width_parent / n - (15 / n)); // remove the width of scrollbar and splitt it of the columns"

Better you put this in the repository =)

Best regards
Stefan

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions