Make descriptions of objects scrollable

This commit is contained in:
KingRainbow44 2023-05-13 00:39:48 -04:00
parent dc4d081e08
commit be560e4754
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -59,6 +59,7 @@
.ObjectCard_Description {
display: flex;
flex-direction: column;
overflow-y: scroll;
max-width: 250px;
max-height: 460px;