html, body {
    overflow: hidden;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: gray;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#pdf-container {
    width: 100%;
    height: 100%;
    overflow: scroll;

    -webkit-touch-callout: none !important;
    -webkit-overflow-scrolling: touch !important;
}

#search-wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
}

#search-wrapper * {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
}

.pdf-page {
    border: 1px solid #000000;
}