overflow-y scroll zeigt immer, auch wenn es nicht überläuft

Ich mache "Scroll JQuery Mobile Panel getrennt von Inhalten",was habe ich getan

Ich wende dieses CSS an, um zu erreichen, was ich tue, aber das Problem ist

overflow-y: scroll ==> Zeige immer auch seinen Inhalt ohne Überlauf.

Haben Sie eine Ahnung, Vielen Dank im Voraus.

.ui-panel-inner {
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

Antworten auf die Frage(2)

Ihre Antwort auf die Frage