Browse Source

fix(toolbox): Fix overflow menu & button background

master
Vlad Piersec 4 years ago
parent
commit
92735478d1
2 changed files with 2 additions and 5 deletions
  1. 2
    0
      css/_atlaskit_overrides.scss
  2. 0
    5
      css/_toolbars.scss

+ 2
- 0
css/_atlaskit_overrides.scss View File

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

+ 0
- 5
css/_toolbars.scss View File

@@ -72,11 +72,6 @@
72 72
 
73 73
     .toolbox-button-wth-dialog {
74 74
         display: inline-block;
75
-
76
-        &> div {
77
-            padding: 0;
78
-            background: $menuBG;
79
-        }
80 75
     }
81 76
 }
82 77
 

Loading…
Cancel
Save