Skip to content

Instantly share code, notes, and snippets.

@seethroughdev
Created May 17, 2013 18:17
Show Gist options
  • Save seethroughdev/5600916 to your computer and use it in GitHub Desktop.
Save seethroughdev/5600916 to your computer and use it in GitHub Desktop.
quickDebug
<style>
#smarty_debug {
position: fixed;
bottom: 0;
right: 0;
background: rgba(237, 241, 241, .9);
overflow: scroll;
height: 100%;
width: 20%;
border-left: 1px solid white;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment