Skip to content

Instantly share code, notes, and snippets.

@csavoronin
Last active August 19, 2020 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csavoronin/496a22921a0ad3c68fe23eb3e8730159 to your computer and use it in GitHub Desktop.
Save csavoronin/496a22921a0ad3c68fe23eb3e8730159 to your computer and use it in GitHub Desktop.
[!] {@26857}: Design: Blocks: Outside navigation in the Scroller template overlaps a nearby block. Fixed.
diff --git a/design/themes/responsive/css/styles.less b/design/themes/responsive/css/styles.less
index 4f03193ec50..da1bfd49720 100644
--- a/design/themes/responsive/css/styles.less
+++ b/design/themes/responsive/css/styles.less
@@ -7985,7 +7985,7 @@ Carousel
margin: 0;
}
.ty-owl-controls {
- margin: -40px 0 0 0;
+ padding-bottom: 10px;
float: right;
position: relative;
z-index: 100;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment