forked from Botanical/BotanJS
7 lines
88 B
CSS
7 lines
88 B
CSS
|
.characterCloud {
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
position: absolute;
|
||
|
}
|