Toolbar location – css position setting is problem I think
-
In the “Accessibiltiy Toolbar” section I have checked the first three items (enable, font, contrast) and in the “Toolbar location” I have entered
#accessdiv
On my page I have:<div id="accessdiv"> </div>
(I tried with and without the  ).I still get only the floating toolbar. If I look in the inspector it shows that
.a11y-toolbar
is set forpostion: fixed
and if I remove this, then the toolbar is in my div. Is there a setting I am missing in the setup?
- You must be logged in to reply to this topic.