Here's my code. I'm using Caret on Chromebook Os. Please help if you can!
.tc-container {
width: 90%;
margin: auto;
display: flex;
align-items: center;
justify-content: space-around;
}
here the code i wrote but it keeps giving me this error
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class PlayerController : MonoBehaviour
{
public float moveSpeed;
public Rigidbody theRB;
// Start is called before the first frame update...
here's the navbar's original home not going away, the dark brown bar is what i need help removing
image of my problem, you can see the white line is the drop-down content hiding, and the navbar itself is sticky, however the drop-down isn't showing.
So i'm trying to get a navbar to stick out over...