963ab7f0bf
En wat voor een stijl. Damn.
13 lines
211 B
CSS
13 lines
211 B
CSS
.popup {
|
|
position: fixed;
|
|
z-index:99;
|
|
min-width: 380px;
|
|
max-width:540px;
|
|
resize: both;
|
|
overflow-y:scroll;
|
|
overflow-x:visible;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
justify-content: space-between;
|
|
}
|