mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 17:34:39 +01:00
Make descriptions of objects scrollable
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user