.document-preview-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y pinch-zoom;
    width: 100%;
}

.fullscreen-mode {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: white !important;
    overflow: hidden !important;
}

.preview-content-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.preview-content {
    transform-origin: 0 0;
    transition: none;
    will-change: transform;
}

.fullscreen .preview-content {
    width: 100% !important;
    height: auto !important;
}

.page-info ,.zoom-level{z-index: 999999999}

