2017-04-12 11:12:05 +02:00
|
|
|
#pref-list-menu {
|
2016-08-01 18:10:32 +02:00
|
|
|
z-index: 100;
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
visibility: hidden;
|
|
|
|
top: 10px;
|
|
|
|
right: -470px;
|
|
|
|
background-color: rgba(255, 255, 255, 0.95);
|
2017-04-11 16:36:03 +02:00
|
|
|
border-left: solid 1px #D3D3D3;
|
2016-08-01 18:10:32 +02:00
|
|
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
|
|
|
|
width: 470px;
|
|
|
|
height: calc(100% - 25px);
|
|
|
|
padding: 15px;
|
2016-12-21 14:00:50 +01:00
|
|
|
overflow-y: scroll;
|
2016-08-01 18:10:32 +02:00
|
|
|
}
|