Skip to content
Snippets Groups Projects
Commit b254e9db authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

allow scrolling of the activity feed when open

parent 5014a5cd
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@
z-index: 20;
width: 100%;
height: 100vh;
max-height: 100%;
overflow: scroll;
background: $color--white;
opacity: 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment