better cursor on map
This commit is contained in:
@@ -20,11 +20,14 @@ body{
|
||||
|
||||
#app>header#header{
|
||||
// background-color: $front;
|
||||
pointer-events: none;
|
||||
.row{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
pointer-events: none;
|
||||
>*{
|
||||
margin-right: 1em;
|
||||
pointer-events: all;
|
||||
}
|
||||
// &.top{
|
||||
// }
|
||||
@@ -59,12 +62,15 @@ body{
|
||||
}
|
||||
|
||||
#map-nav{
|
||||
pointer-events: none;
|
||||
ul{
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
gap: 1em;
|
||||
pointer-events: none;
|
||||
li{
|
||||
list-style: none;
|
||||
pointer-events: all;
|
||||
a{
|
||||
@include btn();
|
||||
}
|
||||
|
Reference in New Issue
Block a user