wip: planning

This commit is contained in:
mco-system 2023-04-04 21:08:27 +11:00
parent 457c184c7c
commit ec5f837d7d
1 changed files with 2 additions and 1 deletions

View File

@ -21,13 +21,14 @@ body {
#thsf-schedule-wrapper { #thsf-schedule-wrapper {
position: fixed; position: fixed;
top: 700px; top: 600px;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
width: 50%; width: 50%;
height: 100%; height: 100%;
overflow: auto; overflow: auto;
background-color: #e6007e; background-color: #e6007e;
margin-bottom: 10px;
} }