.editor {
  background: white !important;
  position: absolute;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999; }

.editor.fence-alerts-editor-container {
  bottom: 0px;
  height: 195px;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.8) !important;
  overflow: visible !important; }

.grid-table-container {
  height: 180px;
  overflow-y: auto; }

.time-alerts-editor-table-container {
  height: 100%;
  margin-bottom: 100px; }
  .time-alerts-editor-table-container .panel-body {
    padding: 15px;
    overflow: auto;
    max-height: 795px;
    margin-bottom: 0; }
