Commit 001175ff369b7a02a78e1365a83d11ab3076268a

Authored by Victor Costa
1 parent 105c0714

Fix media sidebar

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
style.css
... ... @@ -3299,3 +3299,8 @@ body.action-embed-index {
3299 3299 #assets-menu a {
3300 3300 border: 0;
3301 3301 }
  3302 +
  3303 +.text-editor-sidebar {
  3304 + right: -273px;
  3305 + z-index: 999;
  3306 +}
... ...