diff options
| author | bobzel <zzzman@gmail.com> | 2019-04-11 09:34:46 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2019-04-11 09:34:46 -0400 |
| commit | e9cbcfa2a893572f8b92bba84dd0791e6f50be71 (patch) | |
| tree | f2996a9ef768be4628413754e0a8f2d007959a08 /src/client/views/Main.scss | |
| parent | 354d65953cc6e29386b465ab2a12e85b443aad56 (diff) | |
cleaned up z-index stuff
Diffstat (limited to 'src/client/views/Main.scss')
| -rw-r--r-- | src/client/views/Main.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss index a68b90dd4..7329b8eb6 100644 --- a/src/client/views/Main.scss +++ b/src/client/views/Main.scss @@ -176,7 +176,7 @@ button:hover { overflow: visible; top: 0; left: 0; - z-index: 1000; + z-index: $mainTextInput-zindex; .formattedTextBox-cont { background-color: rgba(248, 6, 6, 0.001); width: 100%; |
