Merge pull request #760 from tidalcycles/zen-fix
fix zen mode logo overlap
This commit is contained in:
commit
248757ac3f
2 changed files with 2 additions and 3 deletions
|
|
@ -46,7 +46,5 @@ export const cleanupUi = () => {
|
|||
const container = document.getElementById('code');
|
||||
if (container) {
|
||||
container.style = '';
|
||||
// TODO: find a way to remove that duplication..
|
||||
container.className = 'grow flex text-gray-100 relative overflow-auto cursor-text pb-0'; // has to match App.tsx
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue