fix: indicator panel overlap and performance optimizations
This commit is contained in:
@ -215,7 +215,7 @@
|
||||
</nav>
|
||||
|
||||
<!-- Sidebar Overlay (Acts as Modal) -->
|
||||
<div id="rightSidebar" class="collapsed fixed top-[64px] right-0 md:right-[72px] bottom-[64px] md:bottom-0 w-full max-w-[350px] bg-[#1a2333] border-l border-[#2d3a4f] shadow-2xl z-40 flex flex-col">
|
||||
<div id="rightSidebar" class="collapsed fixed top-[64px] right-0 md:right-[72px] bottom-[64px] md:bottom-0 w-full max-w-[370px] bg-[#1a2333] border-l border-[#2d3a4f] shadow-2xl z-40 flex flex-col">
|
||||
<div class="flex justify-between items-center p-3 border-b border-[#2d3a4f] bg-[#1a2333]">
|
||||
<!-- Hidden tab buttons triggers -->
|
||||
<div class="flex space-x-2">
|
||||
|
||||
Reference in New Issue
Block a user