UNPKG
storybook16version
Version:
latest (2.23.4)
2.23.4
2.23.3
2.23.2
2.23.1
2.23.0
React components library project for Innovaccer Design System
uat-design.censanext.com
storybook16version
/
css
/
src
/
components
/
list.css
15 lines
(13 loc)
•
189 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.List
{
display
: flex;
flex-grow
:
1
;
flex-direction
: column;
/* flex-grow: 0; */
height
:
100%
;
z-index
:
1
; }
.List-grid
{
height
:
100%
;
overflow
: hidden;
height
:
100%
; }