From 001175ff369b7a02a78e1365a83d11ab3076268a Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 20 Apr 2015 17:10:52 -0300 Subject: [PATCH] Fix media sidebar --- style.css | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index 4506719..fb84eae 100644 --- a/style.css +++ b/style.css @@ -3299,3 +3299,8 @@ body.action-embed-index { #assets-menu a { border: 0; } + +.text-editor-sidebar { + right: -273px; + z-index: 999; +} -- libgit2 0.21.2