tw-sidebar{ visibility: hidden}
tw-sidebar tw-icon.redo { display: none;}tw-sidebar tw-icon.undo { display: none;}
greyelf wrote: » Your solution only makes them invisible but they are still taking up room, the following will make it so they are not displayed. Display vs Visibility tw-sidebar tw-icon.redo { display: none; } tw-sidebar tw-icon.undo { display: none; }
Comments
I simply entered: into the stylesheet and it seems to have made the buttons inaccessible.