We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d917879 commit b2f0c05Copy full SHA for b2f0c05
src/olcs/OLCesium.ts
@@ -139,7 +139,7 @@ class OLCesium {
139
*/
140
this.to4326Transform_ = getTransform(this.map_.getView().getProjection(), 'EPSG:4326');
141
142
- const fillArea = 'position:absolute;top:0;left:0;width:100%;height:100%;touch-action:none';
+ const fillArea = 'position:absolute;top:0;left:0;width:100%;height:100%;touch-action:none;';
143
this.container_ = document.createElement('DIV');
144
const containerAttribute = document.createAttribute('style');
145
containerAttribute.value = `${fillArea}visibility:hidden;`;
0 commit comments