mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
something was wrong with the scrolling, the root view shouldn't be scrolled
This commit is contained in:
@@ -7,8 +7,7 @@ html, body {
|
||||
|
||||
#root-view {
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
background-image: url(images/linen.png);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user