UNPKG
@nomios/web-uikit
Version:
latest (0.2.7)
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Nomios' living web UIKit
github.com/ipfs-shipyard/nomios-web-uikit
ipfs-shipyard/nomios-web-uikit
@nomios/web-uikit
/
dist
/
components
/
dropdown
/
custom-components
/
custom-menu-list
/
CustomMenuList.css
10 lines
(8 loc)
•
181 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
/*
Note:
If you add a color here, please add it to "/stories/base/colors.css" as well */
.menuList
{
max-height
:
20rem
;
overflow-y
: scroll;
background-color
:
#fff
; }