Skip to content
Snippets Groups Projects
Commit 6c9865ba authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-7045-kpaxman-date_menu_fix' into '1.1.x'

ISTWCMS-7045: don't give event dates z-index

See merge request !216
parents a36e8803 d891e04a
No related branches found
No related tags found
1 merge request!216ISTWCMS-7045: don't give event dates z-index
...@@ -102,7 +102,7 @@ $card-padding: var(--size-2) !default; ...@@ -102,7 +102,7 @@ $card-padding: var(--size-2) !default;
grid-column: 1 / 2; grid-column: 1 / 2;
transform: translate(0, 0); transform: translate(0, 0);
position: relative; position: relative;
z-index: var(--layer-dropdown); z-index: var(--layer-content);
} }
@media(min-width: 24rem) { @media(min-width: 24rem) {
.uw-date { .uw-date {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment