Skip to content

Instantly share code, notes, and snippets.

@thesved
Last active January 7, 2021 20:45
Show Gist options
  • Save thesved/2a7f26cc537d74a05aef0a0cbdb3b0fd to your computer and use it in GitHub Desktop.
Save thesved/2a7f26cc537d74a05aef0a0cbdb3b0fd to your computer and use it in GitHub Desktop.
/*
* Viktor's Mobile Bottom Menu
* version: 0.1
* author: @ViktorTabori
*
* Add to your roam/css page.
*/
@media only screen and (max-width: 600px) {
.roam-topbar {
top:unset;
bottom:0px;
}
#find-or-create-input:focus {
top: 70px;
}
.rm-find-or-create-wrapper .bp3-overlay,
.rm-find-or-create-wrapper .bp3-transition-container
{
top: 111px!important;
}
#rm-mobile-bar {
bottom: 40px;
z-index: 10;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment