Skip to content

Commit

Permalink
Updates fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
planktonic committed Jan 11, 2024
1 parent b6bcc52 commit aab2374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions test/scss/fixtures/bitstyles-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -1866,8 +1866,7 @@ table {
max-height: 90vh;
max-width: 90vw;
min-width: 17.5rem;
overflow-x: hidden;
overflow-y: auto;
overflow-x: hidden auto;
overscroll-behavior: contain;
position: absolute;
top: 100%;
Expand Down Expand Up @@ -2090,7 +2089,6 @@ table {
z-index: var(--bscpn-z-index-overlay);
}
.bs-or-modal__overlay {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: rgba(var(--bscpn-color-grayscale-white-rgb), 95%);
cursor: pointer;
Expand All @@ -2108,7 +2106,6 @@ table {
}
.bs-or-modal__content {
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: var(--bscpn-color-grayscale-white);
height: auto;
Expand Down
5 changes: 1 addition & 4 deletions test/scss/fixtures/bitstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2278,8 +2278,7 @@ table {
max-height: 90vh;
max-width: 90vw;
min-width: 17.5rem;
overflow-x: hidden;
overflow-y: auto;
overflow-x: hidden auto;
overscroll-behavior: contain;
position: absolute;
top: 100%;
Expand Down Expand Up @@ -2517,7 +2516,6 @@ table {
z-index: var(--bs-z-index-overlay);
}
.o-modal__overlay {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background: rgba(var(--bs-color-grayscale-white-rgb), 95%);
cursor: pointer;
Expand All @@ -2535,7 +2533,6 @@ table {
}
.o-modal__content {
-webkit-overflow-scrolling: touch;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: var(--bs-color-grayscale-white);
height: auto;
Expand Down

0 comments on commit aab2374

Please sign in to comment.