Temp mobile table fix

This commit is contained in:
alistair3149 2019-08-10 00:36:33 -04:00
parent 6da5ee430a
commit 31dad2b9dc
2 changed files with 6 additions and 5 deletions

View file

@ -4,10 +4,16 @@
//
table.wikitable {
margin-top: @content-margin-top * 2!important;
background-color: transparent;
color: @base-20;
border: 0;
// TEMP solution to fix overflow
display: block;
max-width: 100vw;
overflow: auto;
tr {
vertical-align: top;

View file

@ -82,11 +82,6 @@
@color-footer-link-active: @base-80;
/*
* Shadow
*/
@shadow-button: 0px 5px 10px 2px rgba(11,47,106,0.07);
@shadow-menu: 0px 12px 18px 0px rgba(68,71,91,0.27);
/*
* Transitions
*/