UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
material-examples
/
sidenav-open-close
/
sidenav-open-close-example.css
15 lines
(13 loc)
•
203 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.example-container
{
position
: absolute;
top
:
0
;
bottom
:
0
;
left
:
0
;
right
:
0
; }
.example-events
{
width
:
300px
;
height
:
200px
;
overflow
: auto;
border
:
1px
solid
#555
; }