UNPKG
@chayns/react-audio-editor
Version:
latest (0.0.2)
0.0.2
0.0.1
Tool to edit audio tracks.
@chayns/react-audio-editor
/
lib
/
components
/
editor
/
background
/
Background.css
7 lines
(6 loc)
•
106 B
CSS
View Raw
1
2
3
4
5
6
7
.background
{
position
: absolute;
top
:
0
;
left
:
11px
;
width
:
calc
(
100%
-
22px
);
height
:
100%
; }