Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created May 11, 2020 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/15952f522fd558b37409b86f93903909 to your computer and use it in GitHub Desktop.
Save KaineLabs/15952f522fd558b37409b86f93903909 to your computer and use it in GitHub Desktop.
Make Edit Activity Popup Scrollable
/* Created By Sultrio. */
@media only screen and (min-width: 1224px) {
#youzer-edit-activity-wrapper .emojionearea.yz-wall-textarea.bp-suggestions {
height: 550px !important;
overflow-y: scroll !important;
}
}
@AlainMinnoy
Copy link

This makes a critical error on my website

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