Thomas Bruederli
2013-10-18 977f85be924156f799c8f35de9764dac87f91148
Avoid popup menus overflowing the browser window
2 files modified
4 ■■■■ changed files
skins/classic/common.css 2 ●●●●● patch | view | raw | blame | history
skins/larry/styles.css 2 ●●●●● patch | view | raw | blame | history
skins/classic/common.css
@@ -483,6 +483,8 @@
  top: 32px;
  left: 90px;
  width: auto;
  max-height: 70%;
  overflow: auto;
  display: none;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
skins/larry/styles.css
@@ -1906,6 +1906,8 @@
    top: 32px;
    left: 90px;
    width: auto;
    max-height: 70%;
    overflow: auto;
    background: #444;
    border: 1px solid #999;
    z-index: 240;