UI - How to remove the grey border?

Discussion in 'Programming' started by Neverless, Aug 24, 2022.

  1. Neverless

    Neverless
    Expand Collapse

    Joined:
    Sep 18, 2016
    Messages:
    239
    When creating a Ui and definining in the style of the html another background color then the default (which is grey) then the app is surrounded by a grey border


    I want to remove that border, i didnt define it, its just there.
    Looked through alot of AngularJS docs, stack overflow and tried alot, i have still no idea.

    Anyone?
     
  2. danielr

    danielr
    Expand Collapse

    Joined:
    Jan 6, 2014
    Messages:
    81
    It's most likely CSS, hit CTRL + U to see the UI debug
     
  3. daniel-w

    daniel-w
    Expand Collapse
    BeamNG Team

    Joined:
    Jan 28, 2017
    Messages:
    284
    I've had a similar issue with other stuff.
    This is most likely caused by angular, I generally do
    `md-class="" md-style="" tabindex="false"` to disable all default angular stuff
     
    • Like Like x 1
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice