Collasped toolbar too high, and its width not consistent before/after browser window launch.– FIXED
Inglobal/toolbar.css:toolbargrippy[tbgrippy-collapsed="true"] { height: 9px !important; width: 23px !important; }yep,
!importantis important.
Welcome to wherever you are.
global/toolbar.css:
toolbargrippy[tbgrippy-collapsed="true"] {
height: 9px !important;
width: 23px !important;
}
yep, !important is important.
Leave a Reply