mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 04:32:53 +08:00
Make descriptions of objects scrollable
This commit is contained in:
parent
dc4d081e08
commit
be560e4754
@ -59,6 +59,7 @@
|
||||
.ObjectCard_Description {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: scroll;
|
||||
|
||||
max-width: 250px;
|
||||
max-height: 460px;
|
||||
|
Loading…
Reference in New Issue
Block a user