mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
11 lines
222 B
CSS
11 lines
222 B
CSS
|
afx-app-window[data-id="RemoteCamera"] div[data-id="container"]
|
||
|
{
|
||
|
display: block;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
afx-app-window[data-id="RemoteCamera"] div[data-id="container"] canvas
|
||
|
{
|
||
|
display: block;
|
||
|
margin:0 auto;
|
||
|
}
|