5 lines
97 B
CSS
5 lines
97 B
CSS
|
#handcards1,#handcards2{
|
||
|
white-space:normal;
|
||
|
overflow-y: scroll;
|
||
|
overflow-x:hidden;
|
||
|
}
|