Fix popup layout on safari

This commit is contained in:
Ajay 2022-09-18 23:44:14 -04:00
parent 13cde493ec
commit 25cd5a346b

View file

@ -224,6 +224,10 @@
text-align: left; text-align: left;
} }
.segmentSummary::-webkit-details-marker {
display: none !important;
}
.segmentActive { .segmentActive {
color: #bdfffb; color: #bdfffb;
} }