/* 1. Enable the scroll engine on the panel */
.page {
  scrollbar-width: none; /* Firefox */
}

/* 2. Hide the track entirely for Chrome/Safari/Edge */
.page::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.paper {
  box-sizing: border-box; /* Includes padding/borders inside the 100% height calculation */
}

.footer {
  padding-bottom: 50px; /* more reasonable padding than 500px */
}
