Skip to content

Commit b4c2840

Browse files
committed
add overflow-y: scroll to .overlay_body in _overlay.scss
1 parent 04352ad commit b4c2840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/styles/components/_overlay.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
max-height: 80%;
2626
max-width: 65%;
2727
position: relative;
28+
overflow-y: scroll;
2829
}
2930

3031
.overlay__header {

0 commit comments

Comments
 (0)