fix: scroll gutter

This commit is contained in:
Adam 2025-11-25 13:49:43 -06:00
commit cd67804412
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 96 additions and 54 deletions

View file

@ -5,11 +5,14 @@
height: 100%;
overflow-y: auto;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
/* [data-slot="session-review-container"] { */
/* height: 100%; */
/* } */
[data-slot="session-review-header"] {
position: sticky;
top: 0;