This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head><title>Overflow Hidden is the Thing</title> | |
<style> | |
#doc-content { overflow:auto; display: block; height: 300px } | |
</style> | |
</head> | |
<body> | |
<div id="top"> | |
I have a NavBar here | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Cyberpunk Colour Theme | |
;; | |
;; "and he'd still see the matrix in his sleep, bright lattices of logic | |
;; unfolding across that colorless void..." | |
;; William Gibson, Neuromancer. | |
(deftheme cyberpunk | |
"") | |
(custom-theme-set-faces |
NewerOlder