mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Only the underlayer needs height: 100%
This commit is contained in:
committed by
probablycorey
parent
58275a2f0a
commit
bbb7dfdd07
@@ -120,12 +120,12 @@
|
||||
|
||||
.editor .underlayer, .editor .lines, .editor .overlayer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.editor .underlayer {
|
||||
z-index: 0;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.editor .lines {
|
||||
|
||||
Reference in New Issue
Block a user