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

scroll subnavigation on small screens

parent 265ed88f
No related branches found
No related tags found
No related merge requests found
......@@ -24,19 +24,12 @@
@import 'variables';
: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;
height: 48px;
width: 100%;
z-index: 2;
box-shadow: $shadow-bottom;
display: flex;
justify-content: flex-start;
align-items: center;
padding: 0.25rem 0.75rem 0.25rem 1rem;
&.shadow {
//overflow-x: hidden;
box-shadow:
$shadow-bottom,
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