Skip to content

Commit

Permalink
Merge branch 'hotfix/24.01.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
myrho committed Feb 27, 2024
2 parents c9ffcb8 + e944dde commit c15e998
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [24.01.1] - 2024-02-27

### Fixed

- Layering of property box (z-index)

## [24.01.0] - 2024-01-10
### Added
- beta support for the tron currency ([382](https://github.com/graphsense/graphsense-dashboard/issues/382))
Expand Down
2 changes: 2 additions & 0 deletions src/Css/Browser.elm
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ module Css.Browser exposing (..)

import Config.View exposing (Config)
import Css exposing (..)
import Util.Css


root : Config -> Float -> List Style
root vc width =
position absolute
:: height (px 0)
:: (zIndex <| int <| Util.Css.zIndexMainValue - 1)
:: (maxWidth <| px width)
:: vc.theme.browser.root

Expand Down

0 comments on commit c15e998

Please sign in to comment.