You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
275 B
18 lines
275 B
.tether-element, .tether-target {
|
|
width: 200px;
|
|
height: 50px;
|
|
background-color: #4cc;
|
|
position: absolute;
|
|
}
|
|
body {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: scroll;
|
|
}
|
|
.scroll {
|
|
width: 400%;
|
|
height: 400%;
|
|
}
|
|
.tether-target:not(.tether-element) {
|
|
cursor: move;
|
|
}
|