Skip to content

Commit 0d18da7

Browse files
authored
Banner added to top instead of bottom of page (#2273)
1 parent 50534a1 commit 0d18da7

File tree

1 file changed

+10
-10
lines changed
  • dwds/debug_extension_mv3/web/static_assets

1 file changed

+10
-10
lines changed

dwds/debug_extension_mv3/web/static_assets/styles.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ h6 {
7575
}
7676

7777
.snackbar {
78-
bottom: 0px;
78+
top: 0px;
7979
color: #eeeeee;
8080
font-family: Roboto, 'Helvetica Neue', sans-serif;
8181
left: 0px;
@@ -85,7 +85,7 @@ h6 {
8585
text-align: center;
8686
visibility: hidden;
8787
width: 100%;
88-
z-index: 1;
88+
z-index: 2147483647;
8989
}
9090

9191
.snackbar > a {
@@ -113,44 +113,44 @@ h6 {
113113

114114
@-webkit-keyframes fadein {
115115
from {
116-
bottom: 0;
116+
top: 0;
117117
opacity: 0;
118118
}
119119
to {
120-
bottom: 0px;
120+
top: 0px;
121121
opacity: 1;
122122
}
123123
}
124124

125125
@keyframes fadein {
126126
from {
127-
bottom: 0;
127+
top: 0;
128128
opacity: 0;
129129
}
130130
to {
131-
bottom: 0px;
131+
top: 0px;
132132
opacity: 1;
133133
}
134134
}
135135

136136
@-webkit-keyframes fadeout {
137137
from {
138-
bottom: 0px;
138+
top: 0px;
139139
opacity: 1;
140140
}
141141
to {
142-
bottom: 0;
142+
top: 0;
143143
opacity: 0;
144144
}
145145
}
146146

147147
@keyframes fadeout {
148148
from {
149-
bottom: 0px;
149+
top: 0px;
150150
opacity: 1;
151151
}
152152
to {
153-
bottom: 0;
153+
top: 0;
154154
opacity: 0;
155155
}
156156
}

0 commit comments

Comments
 (0)