mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
kill dumb scrollbar
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
* { margin: 0; padding: 0; }
|
||||
body { font: 12px "Lucida Grande", Helvetica, Arial, serif; }
|
||||
body {
|
||||
font: 12px "Lucida Grande", Helvetica, Arial, serif;
|
||||
overflow: hidden;
|
||||
}
|
||||
iframe { border: 0; }
|
||||
|
||||
.clearfix:after {
|
||||
|
||||
Reference in New Issue
Block a user