mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:53:11 +02:00
[Client] Fix design
This commit is contained in:
parent
3175706086
commit
151f1fe3f7
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
<style>
|
||||
:scope
|
||||
display block
|
||||
position -webkit-sticky
|
||||
position sticky
|
||||
top 0
|
||||
z-index 1024
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
$height = 48px
|
||||
|
||||
display block
|
||||
position -webkit-sticky
|
||||
position sticky
|
||||
top 0
|
||||
z-index 1024
|
||||
|
|
Loading…
Reference in a new issue