Skip to content

Commit bf518a0

Browse files
committed
Bugfix dots z-index & header menu
1 parent a45cd8b commit bf518a0

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

stylesheets/app.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7307,7 +7307,7 @@ a.th {
73077307
/* line 153, sass/app.scss */
73087308
.header .dots, .header_inline .dots {
73097309
position: absolute;
7310-
z-index: 999;
7310+
z-index: 500;
73117311
left: 50%;
73127312
}
73137313
/* line 157, sass/app.scss */
@@ -7467,11 +7467,6 @@ a.th {
74677467
width: 45px;
74687468
}
74697469

7470-
/* line 298, sass/app.scss */
7471-
[data-magellan-expedition] {
7472-
background: none !important;
7473-
}
7474-
74757470
/* line 300, sass/app.scss */
74767471
.title {
74777472
font-family: "tekton-pro";

stylesheets/sass/app.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ $header-font-family: 'Open Sans', Cambria, 'Times New Roman', Times, sans-serif
151151
}
152152

153153
.dots {
154-
position: absolute; z-index: 999;
154+
position: absolute; z-index: 500;
155155
left: 50%;
156156

157157
.dot {
@@ -295,7 +295,7 @@ $header-font-family: 'Open Sans', Cambria, 'Times New Roman', Times, sans-serif
295295
}
296296
}
297297

298-
[data-magellan-expedition] { background: none !important; }
298+
//[data-magellan-expedition] { background: white !important; }
299299

300300
.title {
301301
font-family: "tekton-pro";

0 commit comments

Comments
 (0)