UNPKG
react-drag-marquee
Version:
latest (0.0.7)
0.0.7
0.0.3
a draggable marquee component
github.com/HuanxinHu/react-drag-marquee
HuanxinHu/react-drag-marquee
react-drag-marquee
/
dist
/
styles.css
15 lines
•
247 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.marquee-container
{
cursor
: all-scroll;
color
:white;
background
:
#333
;
width
:
100%
;
height
:
50px
;
overflow
: hidden;
white-space
: nowrap; }
.drag-span
{
line-height
:
50px
;
height
:
50px
;
position
: relative;
user-select
: none; }