8000 Window top bar buttons not rendering correctly · Issue #477 · React95/React95 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Window top bar buttons not rendering correctly #477
Open
@ZenithGD

Description

@ZenithGD

The buttons on the top bar of a window are not rendering correctly. Here's a screenshot of the window:
imagen

Here's also a shortened snippet of the title bar options I've included.

<Modal
   title="Welcome to my portfolio!"
   titleBarOptions={[
     <TitleBar.Help key="help" onClick={() => { alert('Help!') }} />,
     <Modal.Minimize />,
       <TitleBar.Close  key="close"  onClick={handleCloseWindow} />
     ]}
     icon={<User1 variant="14x14_4" />} width={`${width}px`} height={`${height}px`}
     className='flex flex-col'
     boxShadow="$out"
  >
  //...
</Modal>

I'm working locally with the latest React95 distribution and NextJS 14.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0