The "choose dealer" buttons on the book-a-service page of www.honda.co.uk are broken in Firefox (and should also be in Chromium, if not for [crbug 606208](https://bugs.chromium.org/p/chromium/issues/detail?id=606208) ). We can work around this with a simple CSS intervention until the page is updated: ``` ..cta-button { z-index: 2; } ```
Bug 1800000 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The "choose dealer" buttons on the book-a-service page of www.honda.co.uk are broken in Firefox (and should also be in Chromium, if not for [crbug 606208](https://bugs.chromium.org/p/chromium/issues/detail?id=606208) ). We can work around this with a simple CSS intervention until the page is updated: ``` .cta-button { z-index: 2; } ```