Skip to content

Commit

Permalink
#1835 - Extra textarea is shown, when Ketcher is not full-screen (#2606)
Browse files Browse the repository at this point in the history
* #1835 - Extra textarea is shown, when Ketcher is not full-screen
* Fix style priority to hide textarea visually

* #1835 - Extra textarea is shown, when Ketcher is not full-screen
* Fix style priority to hide textarea visually
  • Loading branch information
gairon authored May 16, 2023
1 parent 2c016ec commit 1c0ce0e
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
// Search for less verbose way to make FF happy
position: absolute;
bottom: 0;
left: -50px;
width: 0;
height: 0;
left: 0;
width: 0 !important;
height: 0 !important;
display: block;
font-size: 1px;
z-index: -1;
color: transparent;
background: transparent;
color: transparent !important;
background: transparent !important;
overflow: hidden;
border: none;
padding: 0;
border: none !important;
padding: 0 !important;
resize: none;
outline: none;
user-select: text;
Expand Down

0 comments on commit 1c0ce0e

Please sign in to comment.