diff --git a/demo/demo.css b/demo/demo.css index 27f7aa2de..659cf803c 100644 --- a/demo/demo.css +++ b/demo/demo.css @@ -59,6 +59,16 @@ h1 { cursor: move; min-height: 25px; background-color: #16af91; + &.outside { + display: none; + width: fit-content; + position: absolute; + cursor: move; + z-index: 99999; + &:hover { + display: block; + } + } } .card-header:hover { background-color: #149b80; diff --git a/demo/index.html b/demo/index.html index ed3b6b780..abbc9d802 100644 --- a/demo/index.html +++ b/demo/index.html @@ -32,6 +32,7 @@