
--- client/resources/css/user/layout.css
+++ client/resources/css/user/layout.css
... | ... | @@ -175,8 +175,13 @@ |
175 | 175 |
} |
176 | 176 |
|
177 | 177 |
.scroll-up { |
178 |
- position: fixed; |
|
178 |
+ /* position: fixed; |
|
179 | 179 |
right: 0px; |
180 | 180 |
bottom: 101px; |
181 |
- z-index: 555; |
|
181 |
+ z-index: 555; */ |
|
182 |
+ position: fixed; |
|
183 |
+ left: 50%; |
|
184 |
+ margin-left: 68rem; |
|
185 |
+ bottom: 2rem; |
|
186 |
+ z-index: 20; |
|
182 | 187 |
}(파일 끝에 줄바꿈 문자 없음) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?