Browse Source

Weird bottom bar

QuentinRillet 8 years ago
parent
commit
36e45f00b8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      inspector/sass/_tabPanel.scss

+ 1 - 2
inspector/sass/_tabPanel.scss

@@ -1,6 +1,5 @@
 .tab-panel {
-    height:100%;   
-    overflow-y: auto;
+    height:100%;
 
     &.searchable {
         height:calc(100% - #{$searchbar-height} - 10px);