Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 17, 2015 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/230613ca30f9c5ecce7a to your computer and use it in GitHub Desktop.
Save bjoerntx/230613ca30f9c5ecce7a to your computer and use it in GitHub Desktop.
div.custom-bar {
background-color: black;
height: 50px;
width: 100%;
color: white;
overflow-x: hidden;
overflow-y: hidden;
white-space: nowrap;
text-align: center;
}
div.editor {
width: 100%;
margin: 0;
padding: 0;
height: 300px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment