aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/LinkMenu.scss
blob: 09a830c9e2de8fafed21f92e38a6a7940f6f1a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import "../globalCssVariables";

.linkMenu {
    width: 100%;
    height: auto;
}

.linkMenu-list {
    max-height: 200px;
    overflow-y: scroll;
}