Use less2 in secure iframes
This commit is contained in:
20
customize.dist/src/less2/include/app-noscroll.less
Normal file
20
customize.dist/src/less2/include/app-noscroll.less
Normal file
@@ -0,0 +1,20 @@
|
||||
// html
|
||||
.noscroll_main () {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user