Update style.css
Browse files
style.css
CHANGED
|
@@ -195,6 +195,16 @@ button.custom-button{
|
|
| 195 |
}
|
| 196 |
|
| 197 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 198 |
.iframe {
|
| 199 |
position: fixed;
|
| 200 |
overflow-y: hidden;
|
|
@@ -203,3 +213,6 @@ button.custom-button{
|
|
| 203 |
left: 0;
|
| 204 |
right: 0;
|
| 205 |
}
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
}
|
| 196 |
|
| 197 |
|
| 198 |
+
.header {
|
| 199 |
+
position: fixed;
|
| 200 |
+
top: 0;
|
| 201 |
+
/* width: 100% */
|
| 202 |
+
left: 0;
|
| 203 |
+
right: 0;
|
| 204 |
+
|
| 205 |
+
/* 생략 */
|
| 206 |
+
}
|
| 207 |
+
|
| 208 |
.iframe {
|
| 209 |
position: fixed;
|
| 210 |
overflow-y: hidden;
|
|
|
|
| 213 |
left: 0;
|
| 214 |
right: 0;
|
| 215 |
}
|
| 216 |
+
|
| 217 |
+
|
| 218 |
+
|