Closed appjitsu closed 9 years ago
I am using v1.2.3. When I test in the emulator for mobile safari and normal desktop safari, the icons for the sub-buttons on a floating button menu is offset.
Looks OK for desktop Chrome and Firefox.
Sample code:
<div class="fixed-action-btn active" style="bottom: 45px; right: 24px;"> <a class="btn-floating btn-large red"> <i class="mdi-content-add"></i> </a> <ul> <li> <a href="#" class="btn-floating red" title="New Application" style="transform: scaleY(1) scaleX(1) translateY(0px); opacity: 1;"> <i class="material-icons">note_add</i> </a> </li> .... </ul> </div>
This is a problem of materializecss. You can start a issue there. Thank you!
Ah ok thanks!
I am using v1.2.3. When I test in the emulator for mobile safari and normal desktop safari, the icons for the sub-buttons on a floating button menu is offset.
Looks OK for desktop Chrome and Firefox.
Sample code: