1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fix header stickyness

This commit is contained in:
Fedor Katurov 2025-01-27 15:34:58 +07:00
parent 1d0ecc54a9
commit f0606a894a

View file

@ -205,7 +205,7 @@
Should wrap div with @flow_grid and @flow_breakpoint mixins Should wrap div with @flow_grid and @flow_breakpoint mixins
**/ **/
@mixin flow_container { @mixin flow_container {
container: sizer / size; container: sizer / inline-size;
} }
/** Setups flow grid. /** Setups flow grid.