Avoid popup menus overflowing the browser window

pull/139/head
Thomas Bruederli 11 years ago
parent c344b64f13
commit 977f85be92

@ -483,6 +483,8 @@ body.iframe .boxtitle
top: 32px;
left: 90px;
width: auto;
max-height: 70%;
overflow: auto;
display: none;
background-color: #fff;
background-color: rgba(255, 255, 255, 0.95);

@ -1906,6 +1906,8 @@ select.decorated option {
top: 32px;
left: 90px;
width: auto;
max-height: 70%;
overflow: auto;
background: #444;
border: 1px solid #999;
z-index: 240;

Loading…
Cancel
Save