2017-09-04 15:09:54 +02:00
|
|
|
// html
|
2017-09-07 18:56:58 +02:00
|
|
|
.app-noscroll_main () {
|
2017-09-04 15:09:54 +02:00
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: relative;
|
2018-04-12 19:08:08 +02:00
|
|
|
border: 0;
|
2017-09-04 15:09:54 +02:00
|
|
|
body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
position: relative;
|
2018-04-12 19:08:08 +02:00
|
|
|
border: 0;
|
2017-09-04 15:09:54 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|