File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Features
6
6
7
- - Dependecy -free.
7
+ - Dependency -free.
8
8
- Simple markup.
9
9
- Native scrolling.
10
10
- Easy customization.
63
63
right : 0 ;
64
64
z-index : 0 ;
65
65
width : 256px ;
66
- overflow-y : scroll ;
66
+ overflow-y : auto ;
67
67
-webkit-overflow-scrolling : touch ;
68
68
display : none ;
69
69
}
@@ -112,7 +112,6 @@ Then you just include Slideout.js and create a new instace with some options:
112
112
<meta name =" apple-mobile-web-app-capable" content =" yes" >
113
113
<meta name =" viewport" content =" width=device-width, initial-scale=1.0, user-scalable=no" >
114
114
<style >
115
- html ,
116
115
body {
117
116
width : 100% ;
118
117
height : 100% ;
@@ -126,7 +125,7 @@ Then you just include Slideout.js and create a new instace with some options:
126
125
right : 0 ;
127
126
z-index : 0 ;
128
127
width : 256px ;
129
- overflow-y : scroll ;
128
+ overflow-y : auto ;
130
129
-webkit-overflow-scrolling : touch ;
131
130
display : none ;
132
131
}
@@ -137,7 +136,8 @@ Then you just include Slideout.js and create a new instace with some options:
137
136
}
138
137
139
138
.slideout-open ,
140
- .slideout-open body {
139
+ .slideout-open body ,
140
+ .slideout-open .slideout-panel {
141
141
overflow : hidden ;
142
142
}
143
143
You can’t perform that action at this time.
0 commit comments