﻿

/* Cho viewer lấp đầy vùng nội dung: bên phải sidebar, dưới header */
#preview {
    position: fixed;
    top: 128px;
    right: 0;
    bottom: 0;
    left: 250px;
    width: auto;
    height: auto;
    background: #1a1a1a;
    z-index: 0; /* dưới header/sidebar */
}

/* đảm bảo cột nav nổi trên viewer (nếu cần) */
.nav-scrollable {
    position: relative;
    z-index: 30;
}

