We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435cc5b commit a390eb2Copy full SHA for a390eb2
src/styles/color-switcher.scss
@@ -23,10 +23,11 @@
23
&:hover {
24
background-color: var(--amplify-colors-primary-10);
25
}
26
- }
27
- .amplify-togglebutton--pressed {
28
- color: var(--amplify-colors-font-primary);
29
- border-color: var(--amplify-colors-neutral-100);
30
- background-color: var(--amplify-colors-primary-10);
+ &.amplify-togglebutton--pressed {
+ color: var(--amplify-colors-font-primary);
+ border-color: var(--amplify-colors-neutral-100);
+ background-color: var(--amplify-colors-primary-10);
+ z-index: 1;
31
+ }
32
33
src/styles/layout.scss
@@ -136,7 +136,7 @@
136
position: fixed;
137
top: 0;
138
width: 100%;
139
- z-index: 1;
+ z-index: 2;
140
141
142
@keyframes menu {
0 commit comments