Skip to content

google.com - 1/18/2023, 3:37:41 PM by jrmarine307

Details

Authorjrmarine307

LicenseNo License

Categorytest

Created

Updated

Size634 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

test

Notes

test

Source code

/* ==UserStyle==
@name           google.com - 1/18/2023, 3:37:41 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("google.com") {
    /* Insert code here... */
}@-moz-document regexp("https://datastudio.google.com/.*/.*/reporting/.*") {
  form[name="panelForm"] {
     display: flex !important;
     flex-direction: column !important;
  }

  .tab-data {
      height: 100% !important;
      overflow-x: hidden;
      overflow-y: auto !important;
  }

  property-panel .ga-form::after {
     height: auto !important;
  }
}

Reviews

No reviews yet.