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