package bonsai

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file style_intf.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
include
  [%css
    stylesheet
      {|
  .column_header {
    white-space: pre;
    cursor: pointer;
  }

  .partial_render_table_container {
    width: max-content;
    position: relative;
  }

  .partial_render_table_body {
    position: relative;
  }

  .header_label {
    text-align: center;
    user-select: none;
    font-weight: bold;
  }

  .leaf_header {
    resize: horizontal;
    overflow: hidden;
    box-sizing: border-box;
  }

  .partial_render_table_header {
    position: sticky;
    top: 0px;
    z-index: 99;
  }

  .cell {
    box-sizing: border-box;
    overflow:hidden;
    display:inline-block;
    contain: strict;
  }
  |}]
OCaml

Innovation. Community. Security.