quickquote dialog on small screens issue - doesn't scale


Due to a lack of free time, both support on this forum and extension development are currently limited.
All bugs are noted and saved for fixes, even if there are no replies to the posts.
Normal activity will resume as soon as possible.
User avatar
nou nou
 
Posts: 181
Joined: Thu Nov 16, 2017 4:31 am
 Thu Mar 22, 2018 6:01 am • via Web
Hello,

I noticed that the popup with saved quotes doesn't scale on smaller screens (i.e. mobile) and as such the buttons can't be reached and renders the feature unusable.

I've been able to solve it with the following CSS. It seems to work fine so far but I haven't extensively tested it on different browsers.

Hope this can help others:

Code: Select all
.qq-dialog {
   position: fixed;
   width: 100%;
   height: 100%;
   max-width: 700px;
   max-height: 350px;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
User avatar
IvanPF
Administrator
 
Posts: 2265
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Thu Mar 22, 2018 4:04 pm • via Web
Thanks for the report
no_avatar
Dressler
 
Posts: 1
Joined: Wed Jun 27, 2018 10:28 am
 Wed Jul 04, 2018 11:56 am • via Web
nou nou wrote:Hello,

I noticed that the popup with saved quotes doesn't scale on smaller screens (i.e. mobile) and as such the buttons can't be reached and renders the feature unusable.

I've been able to cut with these high quality sarms and solve it with the following CSS. It seems to work fine so far but I haven't extensively tested it on different browsers.

Hope this can help others:


I've been having this issue too. This solution didn't work for me for some reason, sadly. What else can I try?
Last edited by Dressler on Tue Nov 29, 2022 3:05 pm, edited 2 times in total.
User avatar
IvanPF
Administrator
 
Posts: 2265
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Thu Jul 05, 2018 9:02 pm • via Web
Have you cleared the cache from the ACP after making the change?

Who is online

Users browsing this forum: No registered users and 0 guests