Fix CSS
This commit is contained in:
@@ -15,3 +15,28 @@
|
||||
.side-menu-active {
|
||||
display: '' !important;
|
||||
}
|
||||
|
||||
.navigation {
|
||||
border: 1px red solid;
|
||||
position: absolute;
|
||||
width: 200px;
|
||||
overflow: hidden;
|
||||
z-index: 50;
|
||||
background-color: grey;
|
||||
padding: 5px;
|
||||
|
||||
}
|
||||
|
||||
.navigation ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.navigation ul li {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.navigation ul li a {
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
color: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user