mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
position: sticky fallback
This commit is contained in:
parent
5fe5c6ef45
commit
46da05a1ca
@ -365,8 +365,12 @@ body {
|
||||
}
|
||||
|
||||
.sticky {
|
||||
position: sticky;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 2;
|
||||
|
||||
@supports (position: sticky) {
|
||||
position: sticky;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user