remove overflows preventing sticky's from working
This commit is contained in:
parent
4f914f58ed
commit
128b084b37
2 changed files with 1 additions and 2 deletions
|
|
@ -60,7 +60,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
overflow-x: hidden;
|
|
||||||
background-color: var(--theme-colour-background, transparent);
|
background-color: var(--theme-colour-background, transparent);
|
||||||
&.embedded {
|
&.embedded {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
|
||||||
|
|
@ -343,7 +343,7 @@
|
||||||
@import '../../scss/fonts/variables';
|
@import '../../scss/fonts/variables';
|
||||||
|
|
||||||
section.table {
|
section.table {
|
||||||
overflow-x: auto;
|
// overflow-x: auto;
|
||||||
table {
|
table {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue