Add touch events
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
html, body
|
||||
margin: 0
|
||||
padding: 0
|
||||
//width: 100%
|
||||
//height: 100%
|
||||
body
|
||||
overflow-x: hidden
|
||||
@media #{$small-only}
|
||||
@@ -9,14 +11,23 @@ body
|
||||
background-image: image-url('theme1/wall-bg.jpg')
|
||||
background-repeat: repeat
|
||||
padding-top: $top-menu-height
|
||||
//height: 100%
|
||||
> .ember-view
|
||||
// application-view
|
||||
//height: 100%
|
||||
|
||||
main.main-section
|
||||
.main-section
|
||||
+panel($bg:rgba(200,200,200,0.8))
|
||||
// height: 100%
|
||||
position: absolute
|
||||
padding: 0
|
||||
margin: 0
|
||||
width: 100%
|
||||
top: $top-menu-height
|
||||
bottom: 0
|
||||
overflow-y: scroll
|
||||
-webkit-overflow-scrolling: touch
|
||||
.main-section-content
|
||||
min-height: calc(100% - #{$top-menu-height})
|
||||
//nothing
|
||||
span.icon
|
||||
@extend .fa
|
||||
@extend .fa-lg
|
||||
|
||||
Reference in New Issue
Block a user