mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-30 02:32:58 +05:30
Зафиксирована шапка (на тот случай, если она решит поскролиться)
This commit is contained in:
parent
dbbaa49b04
commit
e01259d517
@ -1,6 +1,8 @@
|
||||
@import '~components/ui/colors.scss';
|
||||
@import '~components/ui/fonts.scss';
|
||||
|
||||
$userBarHeight: 50px;
|
||||
|
||||
.root {
|
||||
height: 100%;
|
||||
}
|
||||
@ -11,8 +13,11 @@
|
||||
}
|
||||
|
||||
.header {
|
||||
position: relative;
|
||||
height: 50px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
z-index: 100;
|
||||
height: $userBarHeight;
|
||||
width: 100%;
|
||||
background: $green;
|
||||
}
|
||||
|
||||
@ -38,8 +43,7 @@
|
||||
// place for header
|
||||
min-height: 100%;
|
||||
box-sizing: border-box;
|
||||
padding-top: 50px;
|
||||
margin-top: -50px;
|
||||
padding-top: $userBarHeight;
|
||||
}
|
||||
|
||||
.userbar {
|
||||
|
Loading…
Reference in New Issue
Block a user