removed scroolbar in webkit overflow scroll
This commit is contained in:
parent
da21ef92e2
commit
3577f51e90
|
@ -2717,6 +2717,10 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat-gallery-images .xarxaprod-associat-slides-nav::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat-gallery-images .xarxaprod-associat-slides-nav a {
|
||||
aspect-ratio: var(--this-aspect-ratio);
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2738,6 +2742,10 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
aspect-ratio: var(--this-aspect-ratio);
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat-gallery-images .xarxaprod-associat-slides::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-associat-gallery-images .xarxaprod-associat-slides .xarxaprod-associat-image {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -50,6 +50,9 @@
|
|||
grid-row-start: 2;
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
a {
|
||||
aspect-ratio: var(--this-aspect-ratio);
|
||||
margin-right: 0.5rem;
|
||||
|
@ -66,6 +69,9 @@
|
|||
overflow-y: hidden;
|
||||
scroll-snap-type: x mandatory;
|
||||
scroll-behavior: smooth;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
display: flex;
|
||||
aspect-ratio: var(--this-aspect-ratio);
|
||||
.xarxaprod-associat-image { //each slide
|
||||
|
|
|
@ -2579,6 +2579,10 @@ textarea {
|
|||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
.xarxaprod-associat-gallery-images .xarxaprod-associat-slides-nav::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.xarxaprod-associat-gallery-images .xarxaprod-associat-slides-nav a {
|
||||
aspect-ratio: var(--this-aspect-ratio);
|
||||
margin-right: 0.5rem;
|
||||
|
@ -2600,6 +2604,10 @@ textarea {
|
|||
aspect-ratio: var(--this-aspect-ratio);
|
||||
}
|
||||
|
||||
.xarxaprod-associat-gallery-images .xarxaprod-associat-slides::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.xarxaprod-associat-gallery-images .xarxaprod-associat-slides .xarxaprod-associat-image {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue