Skip to content
Snippets Groups Projects
Commit 938bf5b6 authored by fanky's avatar fanky
Browse files

side panel on tablet not to overlap content

parent 293f55d2
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,13 @@ ...@@ -122,6 +122,13 @@
/*on desktop sticky in relative div */ /*on desktop sticky in relative div */
@media only screen and (min-width: 621px){ @media only screen and (min-width: 621px){
@apply h-full absolute right-0; @apply h-full absolute right-0;
.side-cta-panel-bar {
position: fixed;
right: -48px;
}
}
@media only screen and (min-width: 1300px){
.side-cta-panel-bar { .side-cta-panel-bar {
position: sticky; position: sticky;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment