.timesheet-1 {
  width: 100%; 
  height: 100%; 
  border: none; 
  margin: 0; 
  padding: 0; 
}

.timesheet1-block {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 50%;
  width: 100%;

}

.timesheet2-block {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  height: 50%;
  width: 100%;

}


.timesheet-2 {
  width: 100%; 
  height: 100%; 
  border: none; 
  margin: 0; 
  padding: 0; 
}