fix: validations and UI

This commit is contained in:
Jannat Patel
2023-05-11 12:01:32 +05:30
parent 0e444ab7d3
commit c3f3a110c0
5 changed files with 40 additions and 32 deletions

View File

@@ -1398,16 +1398,16 @@ pre {
}
.course-overlay-card {
background-color: white;
border-radius: var(--border-radius-lg);
box-shadow: var(--shadow-sm);
overflow: auto;
width: fit-content;
position: absolute;
top: 10%;
right: 7%;
max-width: 350px;
z-index: 4;
background-color: white;
border-radius: var(--border-radius-lg);
border: 1px solid var(--gray-300);
overflow: auto;
width: fit-content;
position: absolute;
top: 10%;
right: 7%;
width: 350px;
z-index: 4;
}
@media (max-width: 1000px) {