Skip to content

Instantly share code, notes, and snippets.

@GiuMagnani
Last active December 20, 2018 12:38
Show Gist options
  • Save GiuMagnani/99898bd16de796e2df555dd35237c96e to your computer and use it in GitHub Desktop.
Save GiuMagnani/99898bd16de796e2df555dd35237c96e to your computer and use it in GitHub Desktop.
aside.sidebar.sidebar--condensed {
background: #36374c;
}
.sidebar-item--active {
background-color: #414852;
}
.sidebar-item:hover {
background-color: #1f2329;
}
.sidebar__header-status-bullet--online {
background-color: white;
}
.loading-animation {
background: #36374c;
}
.attachment-image img {
max-width: 400px;
}
.rc-modal__content {
overflow-y: auto;
height: 50vh;
}
@carlfranz
Copy link

Modal height and overflow

.rc-modal__content {
    overflow-y: auto;
    height: 50vh;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment