diff options
| author | eperelm2 <emily_perelman@brown.edu> | 2023-08-02 12:58:34 -0400 |
|---|---|---|
| committer | eperelm2 <emily_perelman@brown.edu> | 2023-08-02 12:58:34 -0400 |
| commit | 8d85780411df77db6150b88f0d8272f495c7fdb1 (patch) | |
| tree | 1183786d8d6c0c037f9f26cb6412567d9ca9b0d4 /src/client/views/FilterPanel.scss | |
| parent | 636f82f95b32d3636f5ef97388c6db8c336112e0 (diff) | |
filter - slider works (w/o UI and collapse)
Diffstat (limited to 'src/client/views/FilterPanel.scss')
| -rw-r--r-- | src/client/views/FilterPanel.scss | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/client/views/FilterPanel.scss b/src/client/views/FilterPanel.scss index 78e7904b8..b18b01325 100644 --- a/src/client/views/FilterPanel.scss +++ b/src/client/views/FilterPanel.scss @@ -231,6 +231,28 @@ } +// .sliderBox-outerDiv { +// width: 30%;// width: calc(100% - 14px); // 14px accounts for handles that are at the max value of the slider that would extend outside the box +// height: 40; // height: 100%; +// border-radius: inherit; +// display: flex; +// flex-direction: column; +// position: relative; +// // background-color: yellow; +// .slider-tracks { +// top: 7px; +// position: relative; +// } +// .slider-ticks { +// position: relative; +// } +// .slider-handles { +// top: 7px; +// position: relative; +// } +// } + + |
