add hack for wcs sticky sidebar width

This commit is contained in:
Frédéric Péters 2018-11-21 17:04:44 +01:00
parent 3b2bc553ec
commit bfba9b1bcc
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
$actions: add, duplicate, edit, remove;
#sidebar div#sticky-sidebar {
width: calc(100% - 2rem);
}
div#side { // w.c.s. steps in backoffice submission
background: white;
padding: 0.5rem;