main

mattermost/focalboard

Last updated at: 29/12/2023 09:41

filterValue.scss

TLDR

This file defines the style for the filter value component in the view header.

.filterValue {
    .Menu {
        max-height: 400px;
        overflow-y: auto;
    }
}