Open juliamakarchuk opened 1 year ago
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.
position: fixed; z-index: 1000000
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)