Страница не хочет прокручиваться в низ

Всем привет! Моя страница не хочет прокручиваться в низ совершенно!

Вот код body:

 display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: sticky;
  align-items: center;
  background: linear-gradient(120deg, #efeae4, #ebe1d1);
  font-family: 'Poppins', sans-serif;
  animation: pageInAnimation 1.75s;
  overflow: scroll;

А ещё такаяже проблема с PopUp:

 top: 0;
    left: 0;
    z-index: 100;
    color:black;
    width: 100%;
    min-height:100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color:white;
    border-radius:10px;
    animation:instructions 0.75s;
    border: 5px solid #2c85a4;
    overflow-y: scroll;
    position:fixed;
    bottom:0;

Буду признателен, если поможете!


Ответы (0 шт):