.block-field-blocknodestoryfield-story{
    height: 2000px;
    overflow-y: scroll;
}
     
div[id^="edit-nicey-template-text"] { 
    display: none;
}

div.nicey-template-review-form-body  {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    overflow: auto;
    height: 100vh;
}

.review-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  }

.review-item {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }

  
.review_template_review_button {
    margin: 10px;
    float:right;
}



