Skip to content

Commit 65a904f

Browse files
Fix: remove duplicate z-index and pointer-events in eventTooltip
1 parent b2342d9 commit 65a904f

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

src/components/CommunityPortal/Calendar/CommunityCalendar.module.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@
220220
flex-direction: column;
221221
align-items: flex-start;
222222
gap: 2px;
223-
224223
width: 100%;
225224
}
226225

@@ -242,10 +241,6 @@
242241
color: #fff;
243242
}
244243

245-
.reactCalendarDarkMode :global(.react-calendar__tile.selectedDate) .tileEvents {
246-
color: #fff;
247-
}
248-
249244
.eventItem {
250245
max-width: 100%;
251246
overflow: hidden;
@@ -683,8 +678,6 @@
683678
border: 1px solid #ccc;
684679
border-radius: 8px;
685680
box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
686-
z-index: 10;
687-
pointer-events: none;
688681
display: flex;
689682
flex-direction: column;
690683
gap: 4px;
@@ -1371,21 +1364,6 @@
13711364
border-bottom-color: #4a5568;
13721365
}
13731366

1374-
.overflowPopup .eventItem {
1375-
margin-bottom: 8px;
1376-
font-size: 0.9rem;
1377-
padding: 6px 10px;
1378-
border-radius: 6px;
1379-
color: #fff;
1380-
font-weight: 600;
1381-
cursor: pointer;
1382-
transition: transform 0.2s ease;
1383-
}
1384-
1385-
.overflowPopup .eventItem:hover {
1386-
transform: translateY(-1px);
1387-
}
1388-
13891367
.detailLabel {
13901368
font-size: 0.8rem;
13911369
font-weight: 600;

0 commit comments

Comments
 (0)