mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Stop horizontal scrolling on /setup (#1220)
This commit is contained in:
parent
3bab6bae18
commit
b580e2e57b
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
@include flex-direction(column);
|
||||
min-height: calc(100vh - #{$footer-height});
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
|
||||
&__logo {
|
||||
@include position(absolute, 15px null null 15px);
|
||||
|
|
|
|||
Loading…
Reference in a new issue