#structure .secbody {
  position: relative;
}

#structure .st-view {
  height: 100%;
}

#structure .main {
  overflow-y: scroll;
  overflow-x: auto;
  position: relative;
  height: 100%;
}

#structure.ie .main {
  overflow-x: hidden;
}

#structure .issueArea {
  position: relative;
  display: flex;
  min-height: 100%;
  z-index: 0;
}

#structure .cacheTable {
  position: relative;
  z-index: 0;
}

/* Layout */

#structure .s-hscroll {
  position: absolute;
  height: 18px;
  bottom: 0;
  overflow-x: scroll;
  overflow-y: hidden;
}

#structure .s-hscroll > .fullWidth {
  position: absolute;
  min-height: 1px;
}

#structure .st-section.st-sticky {
  position: -webkit-sticky;
  position: sticky;
}

#structure.ie .st-section.st-sticky {
  position: relative;
}

#structure .st-section {
  z-index: 1;
}

#structure .st-section.st-left {
  left: 0;
  z-index: 3;
}

#structure .st-section.st-right {
  right: 0;
  z-index: 0;
}

#structure .st-section.hangover {
  background-color: #ffffff;
}

#structure .st-section.st-left.hangover {
  box-shadow: 8px 0 8px rgba(0, 0, 0, 0.12);
}

#structure .st-section.st-right.hangover {
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

/* Layout End */
