feat: Separate style for drag example

This commit is contained in:
sthag 2025-04-14 20:16:10 +02:00
parent 2e2091a179
commit 2c61450238
3 changed files with 21 additions and 20 deletions

View file

@ -0,0 +1,18 @@
.body_drag {
height: 100vh;
// padding: $space_basic;
}
#space {
position: relative;
height: 100%;
background-color: $color-dark;
}
#addFrame {
@extend .io_button;
position: fixed;
top: 8px;
right: 8px;
margin: 0;
}