Completed
Last Updated: 25 Oct 2022 09:04 by ADMIN
Release R3 2022 SP1
Alvin
Created on: 21 Oct 2022 10:36
Category: FloatingActionButton
Type: Bug Report
0
RadFloatingActionButton styling issue with RadPdfViewer
The order of the items is reversed when the FloatingActionButton's position is set to BottomEnd and there is a PdfViewer on the page.
1 comment
ADMIN
Peter Milchev
Posted on: 21 Oct 2022 10:41

Hello,

A temporary workaround would be using the following style to fix the items' order:

<style>
    .k-popup.k-fab-items-top {
        flex-direction: column-reverse;
    }
</style>

Regards,
Peter Milchev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.