Fixed the service widgets tag z-index

This commit is contained in:
plafreniere 2024-06-30 05:02:56 -04:00
parent 6ed4472441
commit d5454e46aa

View File

@ -62,3 +62,7 @@ dialog ::-webkit-scrollbar {
::-webkit-details-marker {
display: none;
}
li.service {
z-index: 10;
}