Skip to content

Commit 6e88816

Browse files
authored
Merge pull request #3916 from thecodechef/patch-3
[Docs] Fixed .skeleton-toggler issues
2 parents 3c5e2ae + f1c4211 commit 6e88816

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/website.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,15 @@ $container-max-width: iv.$fullhd;
397397

398398
.skeleton-toggler {
399399
position: fixed;
400-
right: 1rem;
400+
right: 13.5rem;
401401
bottom: 1rem;
402-
z-index: 1;
402+
z-index: 2;
403+
}
404+
405+
@include mx.mobile {
406+
.skeleton-toggler {
407+
right: 1rem;
408+
}
403409
}
404410

405411
.js-resizable {

0 commit comments

Comments
 (0)