mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-13 07:11:14 +01:00
10 lines
139 B
CSS
10 lines
139 B
CSS
|
.market-wrapper {
|
||
|
height: 450px;
|
||
|
width: 100%;
|
||
|
overflow-y: auto;
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
|
||
|
.market-remote-title {
|
||
|
color:#7F7F7F;
|
||
|
}
|