go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/nodes/static/_nextjs/src/css/display-value.css (about)

     1  /*
     2   * Copyright (c) 2024 - Present. Will Charczuk. All rights reserved.
     3   * Use of this source code is governed by a MIT license that can be found in the LICENSE file at the root of the repository.
     4   */
     5  .display-value .layout-boundary {
     6    bottom: 0px;
     7    display: block;
     8    left: 0px;
     9    overflow: hidden;
    10    position: relative;
    11    right: 0px;
    12    top: 0px;
    13    width: 100%;
    14    max-height: 1024px;
    15  }
    16  
    17  .display-table-outer {
    18    display: flex;
    19    height: 100%;
    20    overflow: hidden;
    21  }
    22  
    23  .display-table {
    24    flex: 1 1 auto;
    25    order: 2;
    26    overflow: hidden;
    27    position: relative;
    28    z-index: 2;
    29  }
    30  
    31  .display-value.bp5-code-block {
    32    max-height: 1024px;
    33    overflow-y: auto;
    34  }