assets/css/appscms-theme.css in appscms-tools-theme-4.3.8 vs assets/css/appscms-theme.css in appscms-tools-theme-4.3.9

- old
+ new

@@ -94,12 +94,16 @@ } .appscms-toolbar .appscms-toolbar-list .appscms-toolbar-list-item:hover > .list-item-dropdown { - display: block; + visibility: visible; + height: inherit; + height: 500px; + white-space: nowrap; opacity: 1; + max-height: fit-content !important; } .appscms-toolbar .appscms-toolbar-list .appscms-toolbar-list-item:hover { border-bottom: 2px solid white; padding-bottom: 8px; @@ -137,11 +141,13 @@ box-shadow: 3px 10px 40px rgba(24, 29, 32, 0.05); z-index: 200; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 25px 50px 50px 50px; - display: none; + transition: all 0.4s linear; + visibility: hidden; + height: 0px; background-color: var(--white-color); } .list-item-dropdown-heading { @@ -1953,5 +1959,17 @@ .usp-section .table { white-space: nowrap; } } + +.scroll-left svg,.scroll-right svg{ + cursor: pointer; + position: absolute; + top: 8px; +} +.scroll-left svg{ + left: -10px; +} +.scroll-right svg{ + right: -10px; +} \ No newline at end of file