Commit 23cfe03 1 parent 83244ec commit 23cfe03 Copy full SHA for 23cfe03
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export function useOverlay() {
28
28
openOverlay : ( OverlayElement : CreateOverlayElement ) => {
29
29
mount (
30
30
id ,
31
- < div className = "fixed top-[50%] left-[50%] -translate-x-[50%] -translate-y-[50%] z-10 " >
31
+ < div className = "fixed top-[50%] left-[50%] -translate-x-[50%] -translate-y-[50%] z-50 " >
32
32
< OverlayElement
33
33
key = { String ( new Date ( ) ) }
34
34
opened = { opened }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ interface HeaderProps {
6
6
7
7
export function Header ( { rightItems } : HeaderProps ) {
8
8
return (
9
- < header className = "sticky w-full h-48 flex justify-between items-center surface-content text-default px-8 py-5 z-50 " >
9
+ < header className = "fixed top-0 w-full h-48 flex justify-between items-center surface-content text-default px-8 py-5 z-20 " >
10
10
< LogoButton />
11
11
{ rightItems ?. map ( ( item , index ) => (
12
12
< div
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export function AIChatPage({}: AIChatPageProps) {
34
34
: [ ]
35
35
}
36
36
/>
37
- < div className = "w-h-full pl-[5%] pr-[5%] pb-[5%] lg:pl-[25%] lg:pr-[25%]" >
37
+ < div className = "w-h-full pt-50 pl-[5%] pr-[5%] pb-[5%] lg:pl-[25%] lg:pr-[25%]" >
38
38
< ChatContainer
39
39
messages = { messages }
40
40
inputDisabled = { inputDisabled }
You can’t perform that action at this time.
0 commit comments