1
2
3
4
5
6
7
8
9
10
11
12
| .menu-account-wrap {
| position: relative;
| box-sizing: border-box;
| background: #ffffff;
| background-position: center center;
| background-repeat: no-repeat;
| background-size: cover;
| min-height: 150px;
| overflow-y: auto;
| color: #000000;
|
| }
|
|