Skip to content

Commit 33d875d

Browse files
znsoftznsoft
authored andcommitted
fix(ui): ensure startup popup close button is clickable by adding z-index
1 parent 4ff722a commit 33d875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1999,7 +1999,7 @@ function App() {
19991999
<button
20002000
className="modal-close"
20012001
onClick={() => setShowStartupPopup(false)}
2002-
style={{color: '#64748b', opacity: 0.8, top: '10px', right: '15px'}}
2002+
style={{color: '#64748b', opacity: 0.8, top: '10px', right: '15px', zIndex: 10}}
20032003
>&times;</button>
20042004
<div style={{
20052005
fontSize: '2.5rem',

0 commit comments

Comments
 (0)