Skip to content

Commit

Permalink
Add style for ".hidden-shift"
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorA100 authored Apr 4, 2024
1 parent c02310e commit 3c30ef8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/skins/classic/css/base/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ body.sticky #content {
display: none;
}

.hidden-shift {
position: absolute !important; left: -999em !important;
}

.invisible {
visibility: hidden;
}
Expand Down

0 comments on commit 3c30ef8

Please sign in to comment.