.compat-table-scroll {
    max-height: 400px;
    overflow-y: auto;

    .compat-table {
        width: 100%;
        border-collapse: collapse;

        thead {
            display: table-header-group;
        }

        thead th {
            position: sticky;
            top: 0;
            background: #fff;
            z-index: 2;
        }

        th,
        td {
            padding: 8px;
            border: none;
            text-align: left;
        }
    }
}
