mirror of https://github.com/bra1n/townsquare.git
bluffs overlay other elements (closes #32)
This commit is contained in:
parent
5b65a65b0d
commit
71dc48284a
|
@ -281,6 +281,7 @@ export default {
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: all 200ms ease-in-out;
|
transition: all 200ms ease-in-out;
|
||||||
|
z-index: 50;
|
||||||
|
|
||||||
#townsquare.public & {
|
#townsquare.public & {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Reference in New Issue