Skip to content
Snippets Groups Projects
Commit e0a21c9e authored by OZGCloud's avatar OZGCloud
Browse files

scroll subnavigation on small screens

parent 265ed88f
Branches
Tags 1.7.0-administration
No related merge requests found
...@@ -24,19 +24,12 @@ ...@@ -24,19 +24,12 @@
@import 'variables'; @import 'variables';
:host { :host {
position: sticky; @apply flex h-12 w-full items-center justify-start pb-1 pl-4 pr-3 pt-1 sm:sticky;
top: $header-height; top: $header-height;
height: 48px;
width: 100%;
z-index: 2; z-index: 2;
box-shadow: $shadow-bottom; box-shadow: $shadow-bottom;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0.25rem 0.75rem 0.25rem 1rem;
&.shadow { &.shadow {
//overflow-x: hidden;
box-shadow: box-shadow:
$shadow-bottom, $shadow-bottom,
0 2px 2px -2px rgba(#000, 0.16); 0 2px 2px -2px rgba(#000, 0.16);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment