openreplay/frontend/app/components/Session_/Issues/issueDetails.css
2021-05-01 15:12:01 +05:30

8 lines
No EOL
120 B
CSS

.activitiesList {
max-height: calc(100vh - 186px);
overflow-y: auto;
&::-webkit-scrollbar {
width: 4px;
}
}