mirror of https://github.com/apache/nifi.git
[NIFI-2913] update z-index of codemirror resize handle to match the z-index of the codemirror vert. and horz. scrollbars
This closes #1145. Signed-off-by: Andy LoPresto <alopresto@apache.org>
This commit is contained in:
parent
5afbc43364
commit
f287bc9119
|
@ -38,6 +38,7 @@
|
|||
height: 16px;
|
||||
background-image: url(../../../images/iconResize.png);
|
||||
background-color: #fff;
|
||||
z-index: 6;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue