Skip to content

Commit 7af1f43

Browse files
author
Nicholas K. Dionysopoulos
committed
Cookie Plugin bug fixes
z-index for modals needs to be sufficiently high
1 parent d285b1e commit 7af1f43

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/system/datacompliancecookie/media/css/datacompliancecookies.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
padding: 0;
1717
margin: 0;
1818
border-top: 2px solid #40B5B8;
19+
z-index: 10000;
1920
}
2021

2122
.akeeba-dccc-banner-bottom {
@@ -29,6 +30,7 @@
2930
padding: 0;
3031
margin: 0;
3132
border-top: 2px solid #40B5B8;
33+
z-index: 10000;
3234
}
3335

3436
.akeeba-dccc-banner-top {
@@ -42,6 +44,7 @@
4244
padding: 0;
4345
margin: 0;
4446
border-bottom: 2px solid #40B5B8;
47+
z-index: 10000;
4548
}
4649

4750
#akeeba-dccc-banner-container > div {

0 commit comments

Comments
 (0)