fix(toolbox): Fix overflow menu & button background

pull/8832/head jitsi-meet_5646
Vlad Piersec 4 years ago committed by vp8x8
parent 7dabfc21b4
commit 92735478d1
  1. 2
      css/_atlaskit_overrides.scss
  2. 5
      css/_toolbars.scss

@ -72,8 +72,10 @@
* Keep overflow menu within screen vertical bounds and make it scrollable.
*/
.toolbox-button-wth-dialog > div:nth-child(2) {
background: $menuBG;
max-height: calc(100vh - #{$newToolbarSizeWithPadding} - 46px);
margin-bottom: 4px;
padding: 0;
overflow-y: auto;
}

@ -72,11 +72,6 @@
.toolbox-button-wth-dialog {
display: inline-block;
&> div {
padding: 0;
background: $menuBG;
}
}
}

Loading…
Cancel
Save