Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
yairEO committed May 8, 2024
1 parent 549c6cb commit 4f2e028
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions docs/examples/src/example-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,24 @@
<style>
html, body{ min-height:100%; scroll-behavior: smooth; }
body{
font:14px Arial;
margin:0;
overflow-x:hidden;
font: 14px Arial;
margin: 0;
overflow-x: hidden;
height: 100vh;
display: grid;
place-items: center;
}

tags + input, tags + textarea {
position: initial !important;
.tagify {
min-width: 300px;
}

.tagify + input, .tagify + textarea {
position: fixed !important;
bottom: 10px;
left: 0 !important;
transform: none !important;
width: 100%;
width: 90%;
padding: 6px;
border: 2px solid #999;
margin-bottom: 1em;
Expand Down

0 comments on commit 4f2e028

Please sign in to comment.