🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@seges/angular-navigation

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seges/angular-navigation - npm Package Compare versions

Comparing version
2.1.1
to
2.1.2
+1
-1
package.json
{
"name": "@seges/angular-navigation",
"version": "2.1.1",
"version": "2.1.2",
"description": "Navigation menu for angular 1.5.8 using Telerik Kendo UI PanelBar",

@@ -5,0 +5,0 @@ "main": "src/index.ts",

@@ -61,3 +61,3 @@ @import "../../styles/variables.scss";

list-style: none;
&.k-panelbar {

@@ -156,7 +156,12 @@ background-color: $nav-main-bg;

padding-bottom: 9px;
position: fixed;
top: 0px;
left: 0;
bottom: 0px;
right: 0;
max-width: 100%; /* not to stand out from div */
max-height: 100%; /* not to stand out from div */
margin: auto 0 0; /* position to bottom */
z-index: -1;
}
}