User:Daask/MultiResolver/MultiResolver.css

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
  Known bug: no scrollbar when screen is too small to display.
*/

#multiresolver-main {
  bottom: 0;
  background-color: #fefefe;
  overflow: auto;
}

#multiresolver-header {
  padding: 2px 16px;
  background-color: #493bb0;
  color: white;
}

#multiresolver-body {
  padding: 2px 16px;
  overflow: auto;
}

#multiresolver-footer {
  padding: 2px 16px;
  background-color: #e8e5fb;
}