diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/utilities.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/utilities.less b/less/utilities.less index 9d3a405b1..b020e1c1b 100644 --- a/less/utilities.less +++ b/less/utilities.less @@ -24,3 +24,7 @@ .invisible { visibility: hidden; } + +.affix { + position: fixed; +}
\ No newline at end of file |
