Commit f88fdfa1 authored by 임지연's avatar 임지연

[임지연/이모션]플로팅 버튼 기능수정 js + 상단바 고정

parent 64f58656
.device-list-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #f6f8fa;
z-index: 10010;
}
.wrap-device-list {
position: relative;
letter-spacing: -0.4px;
......@@ -135,6 +144,7 @@
.wrap-device-list .top-navi-area-area {
overflow: hidden;
margin-top: 52px;
}
.wrap-device-list .top-navi-area-area .top-navi-area ul {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
@charset "UTF-8";
.device-list-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #f6f8fa;
z-index: 10010;
}
.wrap-device-list {
position: relative;
letter-spacing: -0.4px;
......@@ -131,7 +138,7 @@
// 메뉴
.top-navi-area-area {
overflow: hidden;
margin-top: 52px;
.top-navi-area {
ul {
display: flex;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment