html {
  height: 100vh;
  width: 100%
}

body {
  height: 100%;
  margin: 0;
  overflow: hidden
}

#global {
  height: 100%;
  width: 100%;
}

ul {
  list-style-type: disc;
}

/* targets the datepicker input in edit-timetracking dialogs */
div[isinputdatepicker="true"] div input {
  padding: 27px 12px 10px;
}