mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
12 lines
223 B
CSS
12 lines
223 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;
|
||
|
}
|