kakao-map.module.scss 297 Bytes
Newer Older
Kim, Subin's avatar
Kim, Subin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// .menu {
//     position:absolute;
//     top:0;
//     left:0;
//     bottom:0;
//     width:250px;
//     margin:10px 0 30px 10px;
//     padding:5px;
//     overflow-y:auto;
//     background:rgba(255, 255, 255, 0.7);
//     z-index: 1;
//     font-size:12px;
//     border-radius: 10px;
// }