From 2c7a979ad66f9149bfd639172367aa35f0fdcd3a Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Thu, 18 Jun 2020 02:02:31 +1200 Subject: [PATCH] Change icon button z-index to 3 --- src/renderer/components/ft-icon-button/ft-icon-button.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/ft-icon-button/ft-icon-button.sass b/src/renderer/components/ft-icon-button/ft-icon-button.sass index 162fef00d..8487f5d4b 100644 --- a/src/renderer/components/ft-icon-button/ft-icon-button.sass +++ b/src/renderer/components/ft-icon-button/ft-icon-button.sass @@ -50,7 +50,7 @@ position: absolute text-align: center list-style-type: none - z-index: 100 + z-index: 3 margin-top: 45px font-size: 12px box-shadow: 0 1px 2px rgba(0,0,0,.5)