Make var_dump visible and not hidden because of the header.

pull/3064/head
Julio Montoya 5 years ago
parent 302a88f8d9
commit 59848ab0f0
  1. 4
      assets/css/scss/_base.scss

@ -1,5 +1,9 @@
// BASE CSS
.xdebug-var-dump {
margin-top: 87px;
}
html, html a, body {
-webkit-font-smoothing: antialiased;
height: auto;

Loading…
Cancel
Save