File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export const Header: Component<{
71
71
</ h1 >
72
72
< div class = "flex items-center space-x-2" >
73
73
< Dismiss
74
- classList = { { 'absolute top-[53px] right-[10px] w-[fit-content]' : showMenu ( ) } }
74
+ classList = { { 'absolute top-[53px] right-[10px] w-[fit-content] z-10 ' : showMenu ( ) } }
75
75
menuButton = { ( ) => menuBtnEl }
76
76
open = { showMenu }
77
77
setOpen = { setShowMenu }
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export const ZoomDropdown: Component<{ showMenu: boolean }> = (props) => {
102
102
</ button >
103
103
< Dismiss menuButton = { btnEl } open = { open } setOpen = { setOpen } >
104
104
< div
105
- class = "absolute top-full left-1/2 bg-white dark:bg-gray-700 text-brand-default border border-gray-900 rounded shadow p-6 -translate-x-1/2 z-10"
105
+ class = "fixed right-0 top-[48px] bg-white dark:bg-gray-700 text-brand-default border border-gray-900 rounded shadow p-6 w-min z-10"
106
106
classList = { {
107
107
'left-1/4' : props . showMenu ,
108
108
} }
You can’t perform that action at this time.
0 commit comments