LiteMol
LiteMol copied to clipboard
Layout while the screen is increased (selector is hidden)
can I leave this field visible by some setting in my code - when a User chooses to increase the screen? (https://user-images.githubusercontent.com/33657533/205887163-015df9a5-5014-4479-93de-6b0edc307ade.png)
You can try giving it position: fixed; z-index: 1000000
or something along these lines.