poetic / meteor-materialize-sass-archived

Import materialize css as sass
19 stars 3 forks source link

icons for sub-buttons on floating button menu is offset in safari and mobile safari #14

Closed appjitsu closed 9 years ago

appjitsu commented 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.

screen shot 2015-10-02 at 3 41 48 am

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>
Chun-Yang commented 9 years ago

This is a problem of materializecss. You can start a issue there. Thank you!

appjitsu commented 9 years ago

Ah ok thanks!