patronbutiken LiteCart Fan From Sweden Member since Apr 2019 patronbutiken Mar 13 2023 11:16 PM Is there a limit in the dropdownlist on the left in the picture? as i cannot scroll to bottom in the list (backend) [img]https://www.patronbutiken.se/231340.jpg[/img]
tim Founder From Sweden Member since May 2013 tim Mar 14 2023 07:54 AM Thank you for reporting. This enhancement will fix that for you: https://github.com/litecart/litecart/commit/60c81612177b064528ab9d5877a61d3b0604e5ae
patronbutiken LiteCart Fan From Sweden Member since Apr 2019 patronbutiken Mar 14 2023 08:20 AM Thanks Tim, but that doesnt make any changes, Mayby im writing the problem wrong, its the dropdown that comes when you set the mousepointer in the searchfield "Sök i Kategorier" that has to few lines i some cases where categories are many.
tim Founder From Sweden Member since May 2013 tim Mar 14 2023 08:37 PM Yes, and the problem is the max height of 480px which goes beyond the edge. Setting it to 380px fixes the issue.
patronbutiken LiteCart Fan From Sweden Member since Apr 2019 patronbutiken Mar 14 2023 09:27 PM No, it dont make any things better by change it. se enclosed picture
patronbutiken LiteCart Fan From Sweden Member since Apr 2019 patronbutiken Mar 14 2023 09:42 PM Problems still exist, it seems like the searchfield "Sök i Kategorier" is the problem, as you se on the picture, i tried to change as you wrote but still the same problem even if i change to 180px or 580px.
tim Founder From Sweden Member since May 2013 tim Mar 15 2023 08:38 AM Oh your box above it is specked with stuff. I now see why you have this problem. Try removing the style [b]overflow: hidden[/b] from [b].card-app[/b]. https://github.com/litecart/litecart/blob/2.5.2/public_html/includes/templates/default.admin/less/framework/cards.less#L55
patronbutiken LiteCart Fan From Sweden Member since Apr 2019 patronbutiken Mar 15 2023 08:37 PM I dont have that file? im installed without "less"
tim Founder From Sweden Member since May 2013 tim Mar 16 2023 07:26 AM Seek it in framework.css which is the compiled CSS version.
patronbutiken LiteCart Fan From Sweden Member since Apr 2019 patronbutiken Mar 19 2023 10:03 PM Hi Tim, Still cant find that code, if i check sourcecode ctrl+shift+c and the referenspath for css is https://www.patronbutiken.se/includes/templates/default.admin/less/framework/cards.less but idont even have the folder /less/ or the files .less in my installation,
tim Founder From Sweden Member since May 2013 tim Mar 20 2023 12:50 PM Send your new FTP details to me. Since you changed server. Then I will help you with this.
tim Founder From Sweden Member since May 2013 tim Mar 20 2023 09:02 PM Patched ~/includes/default.admin/less/framework/css/framework.css, is it better now?