mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Merge pull request #3916 from thecodechef/patch-3
[Docs] Fixed .skeleton-toggler issues
This commit is contained in:
@@ -397,9 +397,15 @@ $container-max-width: iv.$fullhd;
|
||||
|
||||
.skeleton-toggler {
|
||||
position: fixed;
|
||||
right: 1rem;
|
||||
right: 13.5rem;
|
||||
bottom: 1rem;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
@include mx.mobile {
|
||||
.skeleton-toggler {
|
||||
right: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.js-resizable {
|
||||
|
||||
Reference in New Issue
Block a user