Logo
For example "scheduled tasks"
Search
Info
Content
Category Navigation
  • 🎯  Solution Guides

  • Low Code Solutions

    Add "Tabs" to your app

    ID Target Link

    Use an address field to display a static street view thumbnail

    Turn your menu into a fixed menu

    Auto close mobile menu

    Display record information in a card

    How to add a back button to your app

    Add a collapsible accordion element to your app

    Code Snippets

    PHP Curl Create New Record

    PHP Get Records With Filters

    Google Scripts - Get record and create new records from connected table

    Save Tables and Fields into Spreadsheet

    Google Scripts - Export all records

    Webhook to save deleted records

    Send Messages to Slack

    Restrict Space and Force Uppercase in a Form

    Building Advanced Features

    Use Validation Rules to Ensure Unique Votes Per User

    Use Record Rules to Create an Audit Log

    Track current inventory with transactions

    Schedule Bookings and Prevent Double Bookings

    Create orders with multiple items and varying quantities

    2 Step Forms

    Unique Record Validation

    Restrict Editing Records to Record Owners

    Sum date/time field

    Duplicate Records

    Advanced App Customization

    How to embed a Tadabase page on another website

    Adding external fonts

    Custom Favicon

    Making apps mobile friendly

    Show date/time as a countdown

    Importing many images at once

    Adding QR Codes

    Adding charts to PDFs

    Customizing your app shortcut for mobile phones

    Animate parts of a page

    Design Customization

    Changing background colors

    Set background colors to the edge of a page

    Change the background of a column

    Add padding around a component

    Using an image as background for a page

    Adding a background image to a row, column, or component

  • Duplicate Connected Records

Categories
🎯 Solution Guides
Low Code Solutions
Turn your menu into a ...

Turn your menu into a fixed menu

Menus within Tadabase are like any other part of the page and will not be visible when scrolling down. To set the menu as a fixed menu which will ensure it always stays visible, please do the following.  

To start, navigate to your Layout that contains the menu you would like to turn into a fixed menu.

Next click on the "Customize Design" (Paintbrush) icon and paste the following in the CSS > Additional CSS section as shown in the image below

-I6xeoV4kjQh2w33Hv3t2O780BWpA4deVw.png

overflow: inherit;
position: fixed;
top: 0;
left:0;
width: 100%;
z-index:1049;

 

 

Next, we'll need to add the following one line of CSS to the same part of the Page Container as shown in the image below.

margin-top: 50px;

oLw-mTqdly74Tl0QfYrMs104QrpxrXiopw.png

 

That is all! As we can see our header is now fixed at the top as you scroll down on the page.

pCgRE42x1I0DL9FsP1ZG3HecT29lMbz82w.gif

How did we do ?

Previous Article
Use an address field to display a static street view thumbnail
Next Article
Auto close mobile menu
Back to top
API
100% Operational
Apps
100% Operational
Builder
100% Operational
Overall Status
100% Operational