fix: don't show past classes

This commit is contained in:
Jannat Patel
2023-03-13 18:03:03 +05:30
parent 0593a9fb30
commit d96e3f4f9f
3 changed files with 8 additions and 6 deletions

View File

@@ -2013,6 +2013,6 @@ select {
visibility: visible;
}
.add-students .text-primary.link-option {
visibility: hidden;
.add-students ul li:nth-last-child(-n+2) {
display: none;
}