fix: update menu toggle positioning for improved layout across multiple HTML files
This commit is contained in:
parent
35b0d1aa76
commit
49d1ef8825
6 changed files with 31 additions and 5 deletions
|
|
@ -371,7 +371,9 @@
|
|||
</div>
|
||||
|
||||
<!-- Menu Toggle with Transparent Background -->
|
||||
<div class="fixed top-6 right-8 z-40">
|
||||
<div
|
||||
class="fixed top-6 right-8 md:bottom-12 md:left-12 md:top-auto md:right-auto z-40"
|
||||
>
|
||||
<div
|
||||
class="cursor-pointer bg-black/30 backdrop-blur-sm rounded-lg p-3"
|
||||
id="menuToggle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue