Skip to content

Commit

Permalink
Fix: Remove legacy locked styling (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames committed Mar 12, 2024
1 parent f4e75b2 commit b4ffa99
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions less/trickle-button.less
Expand Up @@ -21,15 +21,6 @@
.icon-controls-small-down;
}

// Adds the necessary styling to lock the button
// --------------------------------------------------
&.is-locked {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}

// If full width config is enabled, button is fixed to the bottom of the screen
// --------------------------------------------------
&.is-full-width &__inner {
Expand Down

0 comments on commit b4ffa99

Please sign in to comment.