add lib folder
This commit is contained in:
8
lib/components/fullScreenContainer/src/main.css
Normal file
8
lib/components/fullScreenContainer/src/main.css
Normal file
@ -0,0 +1,8 @@
|
||||
#dv-full-screen-container {
|
||||
position: fixed;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
overflow: hidden;
|
||||
transform-origin: left top;
|
||||
z-index: 999;
|
||||
}
|
Reference in New Issue
Block a user