diff --git a/src/styles/dialogs.less b/src/styles/dialogs.less index e43f65b..b52c5c7 100644 --- a/src/styles/dialogs.less +++ b/src/styles/dialogs.less @@ -28,6 +28,11 @@ @media (max-width: @mobile_breakpoint) { width: 100%; + z-index: 6; + + &.active { + background: rgba(19, 45, 53, 0.8); + } } } @@ -56,6 +61,13 @@ width: 40px; height: 40px; } + + @media (max-width: @mobile_breakpoint) { + border-radius: @panel_radius; + bottom: 10px; + right: 10px; + width: 49px; + } } .dialog-content {