Bug In Validation Fixed
This commit is contained in:
@@ -353,6 +353,7 @@ export default function CalenderView(p) {
|
||||
currentYear = 2000;
|
||||
selectedElement = null;
|
||||
grabbedDown = false;
|
||||
errorState = [ErrorType.Okay, ErrorType.Okay, ErrorType.Okay, ErrorType.Okay, ErrorType.Okay, ErrorType.Okay]
|
||||
|
||||
let url = baseURL + "/semester/id?sessionid=" + localStorage.getItem("sessionid") +
|
||||
"&id=" + localStorage.getItem("currentsid");
|
||||
|
||||
@@ -41,6 +41,17 @@
|
||||
overflow-anchor: none;
|
||||
}
|
||||
|
||||
.Allround::-webkit-scrollbar
|
||||
{
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
width: 12px;
|
||||
}
|
||||
.Allround::-webkit-scrollbar-thumb
|
||||
{
|
||||
background-color: gray;
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1650px)
|
||||
|
||||
@@ -13,6 +13,18 @@ body {
|
||||
|
||||
}
|
||||
|
||||
::-webkit-scrollbar
|
||||
{
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
width: 12px;
|
||||
}
|
||||
::-webkit-scrollbar-thumb
|
||||
{
|
||||
background-color: gray;
|
||||
border-radius: 15px;
|
||||
|
||||
}
|
||||
|
||||
.splash {
|
||||
position: absolute;
|
||||
border-radius: 70px;
|
||||
@@ -266,7 +278,7 @@ Calender View
|
||||
overflow-y: scroll;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
@@ -289,6 +301,7 @@ Calender View
|
||||
display: grid;
|
||||
}
|
||||
|
||||
|
||||
.content {
|
||||
grid-area: 1 / 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user