fixing issue of css

This commit is contained in:
vishvesh 2024-05-01 20:23:30 +05:30
parent d16a54edd6
commit c0b3a265a4
1 changed files with 1 additions and 1 deletions

View File

@ -391,6 +391,6 @@ progress::after {
background-color: #fff8;
font-family: monospace;
text-align: center;
border-radius-top: 5px;
border-radius: 5px 5px 0px 0px;
display: none; /* remove this to enable tooltip in preview image */
}