8 lines
135 B
CSS
8 lines
135 B
CSS
|
.cesium-button.cesium-fullscreenButton {
|
||
|
display: block;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
margin: 0;
|
||
|
border-radius: 0;
|
||
|
}
|