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;
|
||||
margin: 0;
|
||||
padding: 0 15px;
|
||||
overflow-x: hidden;
|
||||
background-color: var(--theme-colour-background, transparent);
|
||||
&.embedded {
|
||||
overflow: auto;
|
||||
|
|
|
|||
|
|
@ -343,7 +343,7 @@
|
|||
@import '../../scss/fonts/variables';
|
||||
|
||||
section.table {
|
||||
overflow-x: auto;
|
||||
// overflow-x: auto;
|
||||
table {
|
||||
background-color: transparent;
|
||||
border-collapse: collapse;
|
||||
|
|
|
|||
Loading…
Reference in a new issue