Skip to content

Commit

Permalink
Exp Answer Dropdown correction
Browse files Browse the repository at this point in the history
  • Loading branch information
soumi0705 committed Jul 6, 2021
1 parent 3f91d11 commit bed6d63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/expAnswer.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<link href="https://unpkg.com/[email protected]/dist/tailwind.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/web3/1.3.4/web3.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js" defer></script>
<!--JS for dropdown change Later-->
</head>

<body>
Expand All @@ -36,6 +38,7 @@
</svg>
</span>
</abbr>

<!--Dropdown-->
<div class="inline float-right">
<div x-data="{ dropdownOpen: true }" class="relative">
Expand Down

0 comments on commit bed6d63

Please sign in to comment.