add mk_dragable
This commit is contained in:
parent
ba0739476d
commit
06e06a4339
4 changed files with 94 additions and 9 deletions
12
examples/style.css
Normal file
12
examples/style.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.slippery-slidy-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: fixed;
|
||||
top: 5vh;
|
||||
left: 5vw;
|
||||
background-color: black;
|
||||
color: white;
|
||||
opacity: 0.7;
|
||||
padding-block: 2vh;
|
||||
padding-inline: 1vw;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue