Skip to content

Commit c6fd76b

Browse files
authored
Remove the position absolute CSS rule of the anonymousIcon in the toolbar (#817)
1 parent d5a5451 commit c6fd76b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/jupytergis_core/style/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
44
https://jupyterlab.readthedocs.io/en/stable/developer/css.html
55
*/
6+
7+
jp-toolbar.jpcad-toolbar-widget .jp-MenuBar-anonymousIcon {
8+
position: unset !important;
9+
}

0 commit comments

Comments
 (0)