> For the complete documentation index, see [llms.txt](https://docs.openbuild.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbuild.io/core-concepts/styles/custom-css.md).

# Custom CSS

This CSS is added via openBuild Toolkit plugin which links to CDN containing the file. You can download the plugin for free [here](https://bubble.io/plugin/openbuild-toolkit-1652100141816x544111532603605000) or adding it via plugin marketplace.

<figure><img src="/files/ePY6hm7ZP5955Y1GALy8" alt=""><figcaption></figcaption></figure>

```
<style>

/* padding for dropdowns */
    
.dropdown {
    padding-left: 6px;
    }    
    

/* overflow for RGs */

#overflow {
overflow: visible !important;
}
    
    
/* removing inset shadow */
    
.iziToast:after {
box-shadow: rgba(0, 0, 0, 0.00) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -2px;!important;
}
    
 
/*  wrapping RG width to enable tag-like look */
    
#rg-wrapped{
        height: auto !important;
        min-height: auto !important;
        display: flex;
        flex-wrap: wrap;
    }

/* Scroll */
    
    
#scrollHorizontal {
    overflow-x: auto !important;
    }
    
#scrollVertical {
    overflow-y: auto !important;
    }

    
/* Full page height */
    
#fullHeight {
    height: 100vh !important;
    }
#demiHeight {
    height: 80vh !important;
    }

#rowreverse {
    flex-direction: row-reverse !important;
    }
    
#colreverse {
    flex-direction: column-reverse !important;
    }


/* openBuild Style Generator */

iframe#openpanel {
    height: 100vh;
    width: 400px;
    position: fixed;
    top: 0px;
    right: -400px;
    z-index: 2147483647;
    transition: all 0.8s ease 0;
    border: 1px solid #f0f0f0;
}

img#toggle {
    height: 35px;
    width: 35px;
    position: fixed;
    top: 20px;
    bottom: 20px;
    z-index: 2147483647;
    z-index: 2147483646;
    cursor: pointer;
}


#obBtn {
    height: 50px;
    width: 172px;
    position: absolute;
    /* align-self: center; */
    right: 192px;
    top: 32px;
    border-radius: 5px;
}

#sticky {
    position: sticky !important;
    }

</style>

```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openbuild.io/core-concepts/styles/custom-css.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
