9 lines
140 B
CSS
9 lines
140 B
CSS
#dv-full-screen-container {
|
|
position: fixed;
|
|
top: 0px;
|
|
left: 0px;
|
|
overflow: hidden;
|
|
transform-origin: left top;
|
|
z-index: 999;
|
|
}
|