remove overflows preventing sticky's from working

This commit is contained in:
Jon McClure 2023-04-06 11:51:53 +01:00
parent 4f914f58ed
commit 128b084b37
2 changed files with 1 additions and 2 deletions

View file

@ -60,7 +60,6 @@
display: block;
margin: 0;
padding: 0 15px;
overflow-x: hidden;
background-color: var(--theme-colour-background, transparent);
&.embedded {
overflow: auto;

View file

@ -343,7 +343,7 @@
@import '../../scss/fonts/variables';
section.table {
overflow-x: auto;
// overflow-x: auto;
table {
background-color: transparent;
border-collapse: collapse;