Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

146
Views
Is there any way I can fix input tag without using position : fixed?

Hi I am just trying to make some fixed part in my webpage. I want some text, input tag to be fixed. But when I wrote a code like down below, I get to know that I can't type in text field. I don't know why I can't.

Does anybody know Why is this happening and how can I fulfill my goal? thankyou

import React from "react";
import { Container, Row } from "react-bootstrap";

function Introduce(props) {
  return (
    <div>
      <div className="introduceSquare">
        <Container fluid>
          <Row>
            <h1> Meet to Share Emotion</h1>
            <h2>Where to go?</h2>
            <input
              className="code"
              autoComplete="on"
              placeholder="code door plz"
            />
          </Row>
        </Container>
      </div>
    </div>
  );
}

export default Introduce;

this is css code

.introduceSquare {
  width: 100%;
  text-align: center;
  position: fixed;
  margin-top: 10%;
  z-index: -998;
  color: #fdfce5;
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!