king
2022-10-08 2ccd33975abf91f9a7929ca8ed6fc03d74ee424d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.debugtable {
  position: relative;
  min-height: 200px;
  margin: 20px;
 
  .mk-debug-reload {
    color: var(--mk-sys-color);
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 10px;
    font-size: 16px;
  }
}