patronbutiken LiteCart Fan Depuis Sweden Membre depuis avr. 2019 patronbutiken 13 mars 2023 23:16 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 Depuis Sweden Membre depuis mai 2013 tim 14 mars 2023 07:54 Thank you for reporting. This enhancement will fix that for you: https://github.com/litecart/litecart/commit/60c81612177b064528ab9d5877a61d3b0604e5ae
patronbutiken LiteCart Fan Depuis Sweden Membre depuis avr. 2019 patronbutiken 14 mars 2023 08:20 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 Depuis Sweden Membre depuis mai 2013 tim 14 mars 2023 20:37 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 Depuis Sweden Membre depuis avr. 2019 patronbutiken 14 mars 2023 21:27 No, it dont make any things better by change it. se enclosed picture
patronbutiken LiteCart Fan Depuis Sweden Membre depuis avr. 2019 patronbutiken 14 mars 2023 21:42 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 Depuis Sweden Membre depuis mai 2013 tim 15 mars 2023 08:38 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 Depuis Sweden Membre depuis avr. 2019 patronbutiken 15 mars 2023 20:37 I dont have that file? im installed without "less"
tim Founder Depuis Sweden Membre depuis mai 2013 tim 16 mars 2023 07:26 Seek it in framework.css which is the compiled CSS version.
patronbutiken LiteCart Fan Depuis Sweden Membre depuis avr. 2019 patronbutiken 19 mars 2023 22:03 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 Depuis Sweden Membre depuis mai 2013 tim 20 mars 2023 12:50 Send your new FTP details to me. Since you changed server. Then I will help you with this.
tim Founder Depuis Sweden Membre depuis mai 2013 tim 20 mars 2023 21:02 Patched ~/includes/default.admin/less/framework/css/framework.css, is it better now?