Topic: Floating buttons overlap

gcornetta free asked 5 years ago


Expected behavior The floating buttons should be properly stacked and spaced

Actual behavior The floating buttons overlap

Resources (screenshots, code snippets etc.) enter image description here Here is the code snippet:

   <div>                                                                                                                                                                            
     <mdb-btn-fixed @mouseenter.native="hover" @mouseleave.native="hoverOut" color="danger" icon="cogs" size="lg" :bottom="100" :right="25">                                        
       <mdb-btn-fixed-item :show="show" @click.native.prevent="ddos" color="danger" icon="shield-alt"/>                                                                             
       <mdb-btn-fixed-item :show="show" @click.native.prevent="prediction" color="danger" icon="brain"/>                                                                            
     </mdb-btn-fixed>                                                                                                                                                               
   </div> 

I also tried to use custom css for the overlapping buttons but it didn't work


Mikołaj Smoleński staff answered 5 years ago


Hi there,

Thanks for remarks. We've already fixed it in our dev repo and it will be released till Monday. If You want to repair Your project at this moment please just add the following styles:

.fixed-action-btn ul {
  height: auto;
}

Best regards



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Vue
  • MDB Version: 5.1.1
  • Device: iMac
  • Browser: Safari / Chrome
  • OS: MacOS Mojave
  • Provided sample code: No
  • Provided link: No