Skip to content

Commit 5e47db1

Browse files
style: Update CSS for radar component and modal z-index for improved layering
1 parent fd062c5 commit 5e47db1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

visual_controller/frontend/src/components/radar/RadarCanvas.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ canvas { width: 100%; max-width: 100%; height: auto; border-radius: 50%; backgro
44
display: flex;
55
flex-direction: column;
66
gap: 0.75rem;
7+
overflow: hidden;
8+
width: 100%;
79
}
810

911
.radar-meta {

visual_controller/frontend/src/pages/NtController.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,11 @@
5454
display: flex;
5555
align-items: center;
5656
justify-content: center;
57-
z-index: 20;
57+
z-index: 1200;
5858
}
5959

6060
.nt-modal {
61+
z-index: 1201;
6162
background: rgba(10, 18, 32, 0.95);
6263
border: 1px solid rgba(59, 130, 246, 0.4);
6364
box-shadow: 0 32px 60px rgba(15, 23, 42, 0.65);

0 commit comments

Comments
 (0)