Allow to close sidebar for text files
* the close button was overlapped by the text preview and you could not close the sidebar then Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
7698781a1e
commit
2d4026357f
|
@ -124,4 +124,5 @@
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue