Out of Position Dialog Box for 'Add Photos' Button on Mobile

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Flash04jv
    Senior Member
    • Aug 2015
    • 474
    • 5.1.x

    Out of Position Dialog Box for 'Add Photos' Button on Mobile

    When using the site on mobile, members are telling me they are unable to add photos to their albums because they can't use the dialog box that pops up.

    You can see in the photo below. The dialog box comes up but you can't navigate to the left side of it to click upload and add a photo.

    To get to this issue: My Profile > Activities > Media > Add Photos

    I found this code for a similar issue but not on mobile. Can I use this somehow to fix it? Maybe making the box smaller on mobile?

    Code:
     
     body { position: relative; } .js-photo-selector-wrapper {     bottom: 200px !important; /* adjust as necessary */     top: auto !important; }

Related Topics

Collapse

Working...