We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new "popup" menu (the one with Delete and Disable actions) pops up under the live docs
tested with v0.15.0 https://github.com/lungben/Pluto.jl#persistent_cell_deactivation (this should be 2e4ece6, which has main merged in), but it was already there in 0.14.7.
v0.15.0
main
0.14.7
The text was updated successfully, but these errors were encountered:
I tried to set z-index: 500 !important; for input_context_menu but it did not work... it looks like Div 3 and 6 in https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context#the_example
z-index: 500 !important;
input_context_menu
Sorry, something went wrong.
No branches or pull requests
The new "popup" menu (the one with Delete and Disable actions) pops up under the live docs
tested with
v0.15.0
https://github.com/lungben/Pluto.jl#persistent_cell_deactivation(this should be 2e4ece6, which has
main
merged in),but it was already there in
0.14.7
.The text was updated successfully, but these errors were encountered: