imgar commited on
Commit
095b1f2
·
1 Parent(s): e1a31ba

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +13 -0
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
+