mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
13 lines
164 B
CSS
13 lines
164 B
CSS
|
.plugin_instance_fullscreen {
|
||
|
position: absolute;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
z-index:9999;
|
||
|
}
|
||
|
|
||
|
.safe_browser_process{
|
||
|
border: none;
|
||
|
}
|