Skip to content

Commit

Permalink
improved demo to be more complex
Browse files Browse the repository at this point in the history
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Sep 1, 2022
1 parent b019c41 commit 6a93257
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test/scroll-tracking.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,26 @@
background: white;
position: absolute;
width: 50%;
height: 50%;
inset: 0;
xheight: 50%;
top: 200px;
left: 200px;
bottom: -500px;
margin: auto;
overflow: auto;
}

.tagify {
position: relative;
top: -100px;
left: 50px;
width: 70%;
margin: 1000px 1em;
}
</style>
</head>

<body>
<button onclick='document.querySelector("section").requestFullscreen({ navigationUI: "show" });'>FullScreen</button>
<section>
<input>
</section>
Expand All @@ -40,6 +46,7 @@
whitelist: [1,2,3,4,5,6,7,8,9],
dropdown: {
enabled: 0,
appendTarget: document.querySelector("section")
}
})
</script>
Expand Down

0 comments on commit 6a93257

Please sign in to comment.