mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
remove hamburger nav menu animation (#1944)
This commit is contained in:
parent
13cae833c0
commit
053536d4b4
1 changed files with 1 additions and 0 deletions
1
website/assets/styles/layout.less
vendored
1
website/assets/styles/layout.less
vendored
|
|
@ -59,6 +59,7 @@ html, body {
|
|||
}
|
||||
.collapsing {
|
||||
opacity: 0;
|
||||
transition: 0s;
|
||||
}
|
||||
.collapse.show {
|
||||
opacity: 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue